export declare function type(value: unknown): 'integer' | 'float' | null;