import type { Cmcd } from './Cmcd.js'; import type { CmcdEncodeOptions } from './CmcdEncodeOptions.js'; /** * Append CMCD query args to a header object. * * @param headers - The headers to append to. * @param cmcd - The CMCD object to append. * @param options - Encode options. * * @returns The headers with the CMCD header shards appended. * * @group CMCD * * @beta * * @example * {@includeCode ../../test/cmcd/appendCmcdHeaders.test.ts#example} */ export declare function appendCmcdHeaders(headers: Record, cmcd: Cmcd, options?: CmcdEncodeOptions): Record; //# sourceMappingURL=appendCmcdHeaders.d.ts.map