import { Fixture, ResponseInterceptor } from './fixtureTypes.js';
export declare function collapseFixture(fixture: Fixture | ResponseInterceptor, args: any[], interceptorData: any): Promise<{
    response: any;
    error: boolean;
}>;
//# sourceMappingURL=collapseFixture.d.ts.map
