import type { FileSchema } from '../../types/file';
export declare const mapExistingFile: (name: string) => FileSchema;
