export declare function setServerErrorMode(errorCode: number | null): void;
export declare function getServerToCatchAnswer(): any;
export declare function getCapturedRequests(): {
    url: string;
    load: any;
}[];
export declare function clearCapturedRequests(): void;
//# sourceMappingURL=catchAnswer.d.ts.map