export declare type MessageName = 'description' | 'doctypeNotDuplicated' | 'doctypeNotSpecified' | 'doctypeSpecifiedAs' | 'doctypeSpecifiedBefore' | 'name'; export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string; //# sourceMappingURL=i18n.import.d.ts.map