import type { Cmcd } from './Cmcd.js';
/**
 * Decode CMCD data from request headers.
 *
 * @param headers - The request headers to decode.
 *
 * @returns The decoded CMCD data.
 *
 * @group CMCD
 *
 * @beta
 */
export declare function fromCmcdHeaders(headers: Record<string, string> | Headers): Cmcd;
//# sourceMappingURL=fromCmcdHeaders.d.ts.map