/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ import type { MsgFn } from './types.js'; /** * Default identity msg implementation. Simply returns the input template with * no awareness of translations. If the template is str-tagged, returns it in * string form. */ export declare const defaultMsg: MsgFn; //# sourceMappingURL=default-msg.d.ts.map