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
 */
export declare function fromCmcdQuery(query: string | URLSearchParams): Cmcd;
//# sourceMappingURL=fromCmcdQuery.d.ts.map