export declare function inferType(value: string): 'boolean' | 'number' | '';
