/**
 * Returns the key and options in a way that helps end-developers
 * write tests.
 *
 * @private
 * @hide
 */
export declare function onMissingTranslation(key: string, _locales: string[], options?: Record<string, unknown>): string;
