export declare const copyFolderSync: (from: string, to: string) => void; export declare const findFirstExisting: (filePaths: ReadonlyArray) => string | undefined;