import { HexString } from "aptos"; export declare function isStringHex(s: string): boolean; export declare function isStringAddress(s: string): boolean; export declare function isStringTypeStruct(s: string): boolean; export declare function isStringPublicKey(s: string): boolean; export declare function isStringFullModule(s: string): boolean; export declare function isStringResource(s: string): boolean; export declare function removeGenericFromResource(s: string): string; export declare function isStringFunction(s: string): boolean; export declare function isHexEqual(hex1: HexString | string, hex2: HexString | string): boolean; export declare function compatibleWithZeroStartAddress(address: string): HexString;