export interface InterfaceIdParts { packageName: string; moduleName: string; entityName: string; } export declare function splitInterfaceId(interfaceId: string): InterfaceIdParts | null; export declare function matchInterfaceIds(a: string, b: string): boolean; export declare const TokenStandardTransactionInterfaces: string[]; export declare const TxKindMetaKey = "splice.lfdecentralizedtrust.org/tx-kind"; export declare const SenderMetaKey = "splice.lfdecentralizedtrust.org/sender"; export declare const ReasonMetaKey = "splice.lfdecentralizedtrust.org/reason"; export declare const BurnedMetaKey = "splice.lfdecentralizedtrust.org/burned"; export declare const AllKnownMetaKeys: string[]; //# sourceMappingURL=constants.d.ts.map