export declare function walkFileSystem(directory: string): any; export declare function checkIfDirectoryExists(directoryPath: string): boolean;