import type { Parser } from "./parsers";
export declare function safeParse<T>(parser: Parser<T>["parse"], value: string, key?: string): T | null;
export declare function getDefaultThrottle(): 50 | 120 | 320;
