import type { ICopyFilesArguments } from './commandLine'; export type FileData = { content: Buffer; hash: string; }; export declare const getFiles: (options: Pick) => Map;