export declare function t(message: string, args: Record): string; export declare function t(message: string, ...args: Array): string; export declare function t(options: { message: string; args?: Array | Record; comment: string | string[]; }): string; //# sourceMappingURL=l10n.d.ts.map