interface Config { cwd: string; path: string; withContent?: boolean; exclude?: string[]; } export declare const fsToJson: (config: Config) => Promise; export {};