export declare const files: (source: string) => string[]; export declare const fileExists: (path: string) => Promise; export declare const fileSizeInBytes: (path: string) => number;