export declare const mustBeInteger: string[]; export declare const mustBeAddress: string[]; export declare const mustBeBoolean: string[]; export declare const mustBeObject: string[]; export declare const validateInteger: (value: string, id: string) => void; export declare const validateAddress: (value: string, id: string) => void; //# sourceMappingURL=helpers.d.ts.map