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