import { Param } from "../../../../types";
export declare const isInteger: (value: string, key: string) => void;
export declare const isAddress: (value: string, key: string) => void;
export declare const verifyParam: (param: Param) => void;
//# sourceMappingURL=verifyParam.d.ts.map