export declare const isNoPrettyPrint: boolean;
export declare enum EndpointType {
    webVitals = "web-vitals",
    logs = "logs"
}
export declare const throttle: (fn: Function, wait: number) => (this: any) => void;
