export declare class ValidatorState { helpmsg: string; result: boolean; constructor(helpmsg: string, result: boolean); } //# sourceMappingURL=ValidatorState.d.ts.map