export declare function listDirectories(dirPath: string): Promise; export declare function ensureDirectoryWithGitkeep(dirPath: string): Promise; export declare function archiveDirectories(sourceDir: string, archiveDir: string, shouldArchive: (dirName: string) => boolean): Promise; //# sourceMappingURL=phase-filesystem-adapter.d.ts.map