import { TxMetadata } from "../../../types/transaction"; import { TxPlanMetadata } from "../../../types/txPlan"; export declare function splitMetadatumString(str: string): string | string[]; /** * Encode the plan metadata into the format expected as part of the transaction * metadata * * Tag registry can be found at: * https://github.com/cardano-foundation/CIPs/blob/master/CIP-0010/registry.json */ export declare const encodeMetadata: (metadata?: TxPlanMetadata) => TxMetadata | null; //# sourceMappingURL=encodeMetadata.d.ts.map