import type { Cmcd } from './Cmcd.js';
/**
 * Decode a CMCD string to an object.
 *
 * @param cmcd - The CMCD string to decode.
 *
 * @returns The decoded CMCD object.
 *
 * @group CMCD
 *
 * @beta
 */
export declare function decodeCmcd(cmcd: string): Cmcd;
//# sourceMappingURL=decodeCmcd.d.ts.map