import { File } from './types'; export declare const getFiles: (filesPath: string, relativePath: string, ignoreFilenames?: string[] | undefined, files?: File[] | undefined) => Promise; export declare const checkFileExistance: (filePath: string) => Promise; //# sourceMappingURL=index.d.ts.map