export declare const boolean: (value: string) => string | boolean | null;
export declare const bigint: (value: string) => string | bigint | null;
export declare const number: (value: string) => string | number | null;
export declare const string: (value: string) => string | null;
