function fileExistsimport { fileExists } from "https://dotland.deno.dev/x/fluentci@v0.16.4/src/detect.ts"; fileExists(path: string): Promise<boolean>Parameterspath: stringReturnsPromise<boolean>