export declare const parseIntDefault: ({ value, defaultValue }: { value: any; defaultValue: number; }) => number | bigint;