export declare const FIRST_PARTY_CONTEXTS: Readonly<Record<string, string>>;
export declare function firstPartyDomainFor(context: string): string | null;
