import { HexString } from "../u"; /** * Check if the format of input matches that of a single signature contract */ export declare function isSignatureContract(input: HexString): boolean; /** * Check if the format of input matches that of a multi-signature contract */ export declare function isMultisigContract(input: HexString): boolean; export declare function getNativeContractHash(contractName: string): string; //# sourceMappingURL=util.d.ts.map