export declare const int32: {
    validate: (i: number) => boolean;
    type: string;
};
export declare const int64: {
    validate: (i: number) => boolean;
    type: string;
};
export declare const float: {
    validate: (i: number) => boolean;
    type: string;
};
export declare const double: {
    validate: (i: number) => boolean;
    type: string;
};
export declare const byte: (b: string) => boolean;
export declare const binary: () => boolean;
export declare const password: () => boolean;
//# sourceMappingURL=formats.d.ts.map