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