/**
 * @description Checks if the given path directory exists. If it does not exist, it creates the directory for the path informed recursively.
 * @param path dir to save log
 * @returns true if success and false if failure.
 */
export declare const EnsureLocalFolder: (path: string) => Promise<boolean>;
export default EnsureLocalFolder;
//# sourceMappingURL=ensure-local-folder.util.d.ts.map