/** * HTTP Data Factory Functions * * This module provides factory functions for creating * HTTP request and response test data. */ /** * Creates test HTTP request data */ export declare function createHttpRequest(overrides?: any): any; /** * Creates test HTTP response data */ export declare function createHttpResponse(overrides?: any): any; //# sourceMappingURL=httpDataFactory.d.ts.map