import { Validation } from "./Validation";
export declare function native(type: 'number' | 'string' | 'boolean'): Validation;
