export declare function getFilesRecursively(pattern: string): Promise; export declare function findRelativePath(from: string, to: string): string; export declare function checkRequiredFiles(filePaths: string[]): boolean;