import type { MockFileInfoFormat } from '../types';
export declare const createMockFile: (name: string, format: MockFileInfoFormat) => File;
