import type { Cmcd } from './Cmcd.js'; /** * Decode CMCD data from a url encoded string. * * @param url - The url encoded string to decode. * * @returns The decoded CMCD data. * * @group CMCD * * @beta * * @example * {@includeCode ../../test/cmcd/fromCmcdUrl.test.ts#example} */ export declare function fromCmcdUrl(url: string): Cmcd; //# sourceMappingURL=fromCmcdUrl.d.ts.map