import type { IntlService } from '../index.ts';
type TParameters = Parameters<IntlService['t']>;
/**
 * Invokes the `t` method of the `intl` service.
 *
 * @function t
 * @param {string} key
 * @param {object} [options]
 * @return {string}
 */
export declare function t(key: TParameters[0], options?: TParameters[1]): string;
export {};
//# sourceMappingURL=t.d.ts.map