export declare const getHexStringError: (value: any, length?: number) => string | undefined; export declare const isValidHexString: (value: any) => boolean; export declare const getAddressError: (value: any) => string | undefined; export declare const isValidAddress: (value: any) => boolean; export declare const getBytes32Error: (value: any) => string | undefined; export declare const isValidBytes32: (value: any) => boolean; export declare const getRandomAddress: () => string; export declare const getRandomBytes32: () => string; //# sourceMappingURL=hexStrings.d.ts.map