export declare const LABEL_ELEMENTS = 2; export declare const LABEL_STRING_LEN: number; export declare const LABEL_ELEMENTS_SEPARATOR = "~"; export declare const compileChannelMessageLabel: (channelLabel: string, merkleRoot: string | Uint8Array) => Promise; export declare const decompileChannelMessageLabel: (channelMessageLabel: string) => Promise<{ channelLabel: string; merkleRootHex: string; merkleRoot: Uint8Array; }>; //# sourceMappingURL=channelLabel.d.ts.map