export declare function ensureDirAsync(path: string): Promise<string | undefined>;
