export declare class MinBigInt { private field; constructor(field: string); validate(value: string): boolean; defaultMessage(): string; }