export interface BannerTexts { [key: string]: string; } export declare function detectLanguage(explicit?: string): string; export declare function interpolate(template: string, vars: Record): string; export declare function getCookieDetailLabels(lang: string): Record; export declare function getTrackerTypeLabel(type: string): string; export declare function getGpcLabel(lang: string): string; //# sourceMappingURL=i18n.d.ts.map