import { type MockContext } from '..'; import { type MockRequest, type MockResponse } from 'xhr-mock'; export declare const getFile: (context: () => MockContext) => (req: MockRequest, res: MockResponse) => MockResponse | undefined;