function directoryExistsimport { directoryExists } from "https://dotland.deno.dev/x/fluentci@v0.13.0/src/utils.ts"; directoryExists(path: string): Promise<boolean>Parameterspath: stringReturnsPromise<boolean>