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