export declare const isProperHexString: (hexString: string) => boolean; export declare const isProperAddress: (address: string) => boolean; export declare const reverseHexString: (hex: string) => string; export declare const createZeroedHexString: (bytesLength: number) => string; export declare const createFullHexString: (bytesLength: number) => string; //# sourceMappingURL=hexStrings.d.ts.map