export declare function walkDirectorySync(dir: string, callback: (fsPath: string) => void): void;
