import { getDiWrapper } from '@tramvai/test-helpers'; import type { createMockEnvManager } from '@tramvai/test-mocks'; import type { Mock } from 'jest-mock'; type Options = Parameters[0] & { env?: Parameters[0]; }; export declare const testApi: (options: Options) => { di: import("@tinkoff/dippy").Container; fetchMock: Mock; mockJsonResponse: (body: Record, { status, headers }?: { status?: number | undefined; headers?: Record | undefined; }) => Promise; clearCaches: () => void; }; export {}; //# sourceMappingURL=testApi.d.ts.map