import { QueryInformation, RequestInformation } from './types'; export declare const recordQueryWithExitPoint: (label: string) => { (effect: Omit): void; abort(): void; }; export declare const recordHTTPRequestWithExitPoint: (label: string) => { (effect: Omit): void; abort(): void; };