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(cmcd: string): T; //# sourceMappingURL=decodeCmcd.d.ts.map