import { type SafeString } from '@ember/template'; type EscapedOptions> = { [K in keyof T]: T[K] extends SafeString ? string : T[K]; }; /** * @private */ export declare function escapeFormatMessageOptions>(options: T): EscapedOptions; export {}; //# sourceMappingURL=escape-format-message-options.d.ts.map