export declare const scan: (dir: string) => string[]; export declare const writeToFile: (fileName: string, content: string) => void;