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