import * as bg_BG from "./templates/template.bg-BG.json"; import * as ca_ES from "./templates/template.ca-ES.json"; import * as cs_CZ from "./templates/template.cs-CZ.json"; import * as da_DK from "./templates/template.da-DK.json"; import * as de_DE from "./templates/template.de-DE.json"; import * as el_GR from "./templates/template.el-GR.json"; import * as en_US from "./templates/template.json"; import * as es_ES from "./templates/template.es-ES.json"; import * as et_EE from "./templates/template.et-EE.json"; import * as eu_ES from "./templates/template.eu-ES.json"; import * as fi_FI from "./templates/template.fi-FI.json"; import * as fr_FR from "./templates/template.fr-FR.json"; import * as gl_ES from "./templates/template.gl-ES.json"; import * as hi_IN from "./templates/template.hi-IN.json"; import * as hr_HR from "./templates/template.hr-HR.json"; import * as hu_HU from "./templates/template.hu-HU.json"; import * as id_ID from "./templates/template.id-ID.json"; import * as it_IT from "./templates/template.it-IT.json"; import * as ja_JP from "./templates/template.ja-JP.json"; import * as kk_KZ from "./templates/template.kk-KZ.json"; import * as ko_KR from "./templates/template.ko-KR.json"; import * as lt_LT from "./templates/template.lt-LT.json"; import * as lv_LV from "./templates/template.lv-LV.json"; import * as ms_MY from "./templates/template.ms-MY.json"; import * as nb_NO from "./templates/template.nb-NO.json"; import * as nl_NL from "./templates/template.nl-NL.json"; import * as pl_PL from "./templates/template.pl-PL.json"; import * as pt_BR from "./templates/template.pt-BR.json"; import * as pt_PT from "./templates/template.pt-PT.json"; import * as ro_RO from "./templates/template.ro-RO.json"; import * as ru_RU from "./templates/template.ru-RU.json"; import * as sk_SK from "./templates/template.sk-SK.json"; import * as sl_SI from "./templates/template.sl-SI.json"; import * as sr_Cyrl_RS from "./templates/template.sr-Cyrl-RS.json"; import * as sr_Latn_RS from "./templates/template.sr-Latn-RS.json"; import * as sv_SE from "./templates/template.sv-SE.json"; import * as th_TH from "./templates/template.th-TH.json"; import * as tr_TR from "./templates/template.tr-TR.json"; import * as uk_UA from "./templates/template.uk-UA.json"; import * as vi_VN from "./templates/template.vi-VN.json"; import * as zh_CN from "./templates/template.zh-CN.json"; import * as zh_TW from "./templates/template.zh-TW.json"; export { bg_BG, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, es_ES, et_EE, eu_ES, fi_FI, fr_FR, gl_ES, hi_IN, hr_HR, hu_HU, id_ID, it_IT, ja_JP, kk_KZ, ko_KR, lt_LT, lv_LV, ms_MY, nb_NO, nl_NL, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sk_SK, sl_SI, sr_Cyrl_RS, sr_Latn_RS, sv_SE, th_TH, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW, }; export declare const TemplatesByLocale: Map; export interface ILocalizationTemplates { readonly error_common_cancellationError: string; readonly error_common_invariantError_1_details: string; readonly error_common_invariantError_2_noDetails: string; readonly error_common_unknown: string; readonly error_lex_badLineNumber_1_greaterThanNumLines: string; readonly error_lex_badLineNumber_2_lessThanZero: string; readonly error_lex_badRange_1_lineNumberEnd_greaterThanLineLength: string; readonly error_lex_badRange_2_lineNumberEnd_greaterThanLineNumbers: string; readonly error_lex_badRange_3_lineNumberStart_greaterThanLineLength: string; readonly error_lex_badRange_4_lineNumberStart_greaterThanLineNumberEnd: string; readonly error_lex_badRange_5_lineNumberStart_greaterThanNumLines: string; readonly error_lex_badRange_6_lineNumberStart_lessThanZero: string; readonly error_lex_badRange_7_sameLine_codeUnitStartGreaterThanCodeUnitEnd: string; readonly error_lex_badState: string; readonly error_lex_endOfStream: string; readonly error_lex_endOfStreamPartwayRead: string; readonly error_lex_expectedKind_1_hex: string; readonly error_lex_expectedKind_2_keywordOrIdentifier: string; readonly error_lex_expectedKind_3_numeric: string; readonly error_lex_lineMap: string; readonly error_lex_unexpectedRead: string; readonly error_lex_unterminatedMultilineToken_1_comment: string; readonly error_lex_unterminatedMultilineToken_2_quotedIdentifier: string; readonly error_lex_unterminatedMultilineToken_3_string: string; readonly error_parse_csvContinuation_1_danglingComma: string; readonly error_parse_csvContinuation_2_letExpression: string; readonly error_parse_expectAnyTokenKind_1_other: string; readonly error_parse_expectAnyTokenKind_2_endOfStream: string; readonly error_parse_expectedCommaOrTokenKind: string; readonly error_parse_expectGeneralizedIdentifier_1_other: string; readonly error_parse_expectGeneralizedIdentifier_2_endOfStream: string; readonly error_parse_expectTokenKind_1_other: string; readonly error_parse_expectTokenKind_2_endOfStream: string; readonly error_parse_invalidCatchFunction: string; readonly error_parse_invalidPrimitiveType: string; readonly error_parse_requiredParameterAfterOptional: string; readonly error_parse_unterminated_sequence_bracket: string; readonly error_parse_unterminated_sequence_parenthesis: string; readonly error_parse_unusedTokens: string; readonly tokenKind_ampersand: string; readonly tokenKind_asterisk: string; readonly tokenKind_atSign: string; readonly tokenKind_bang: string; readonly tokenKind_comma: string; readonly tokenKind_division: string; readonly tokenKind_dotDot: string; readonly tokenKind_ellipsis: string; readonly tokenKind_equal: string; readonly tokenKind_fatArrow: string; readonly tokenKind_greaterThan: string; readonly tokenKind_greaterThanEqualTo: string; readonly tokenKind_hexLiteral: string; readonly tokenKind_identifier: string; readonly tokenKind_keywordAnd: string; readonly tokenKind_keywordAs: string; readonly tokenKind_keywordEach: string; readonly tokenKind_keywordElse: string; readonly tokenKind_keywordError: string; readonly tokenKind_keywordFalse: string; readonly tokenKind_keywordHashBinary: string; readonly tokenKind_keywordHashDate: string; readonly tokenKind_keywordHashDateTime: string; readonly tokenKind_keywordHashDateTimeZone: string; readonly tokenKind_keywordHashDuration: string; readonly tokenKind_keywordHashInfinity: string; readonly tokenKind_keywordHashNan: string; readonly tokenKind_keywordHashSections: string; readonly tokenKind_keywordHashShared: string; readonly tokenKind_keywordHashTable: string; readonly tokenKind_keywordHashTime: string; readonly tokenKind_keywordIf: string; readonly tokenKind_keywordIn: string; readonly tokenKind_keywordIs: string; readonly tokenKind_keywordLet: string; readonly tokenKind_keywordMeta: string; readonly tokenKind_keywordNot: string; readonly tokenKind_keywordOr: string; readonly tokenKind_keywordOtherwise: string; readonly tokenKind_keywordSection: string; readonly tokenKind_keywordShared: string; readonly tokenKind_keywordThen: string; readonly tokenKind_keywordTrue: string; readonly tokenKind_keywordTry: string; readonly tokenKind_keywordType: string; readonly tokenKind_leftBrace: string; readonly tokenKind_leftBracket: string; readonly tokenKind_leftParenthesis: string; readonly tokenKind_lessThan: string; readonly tokenKind_lessThanEqualTo: string; readonly tokenKind_minus: string; readonly tokenKind_notEqual: string; readonly tokenKind_nullCoalescingOperator: string; readonly tokenKind_nullLiteral: string; readonly tokenKind_numericLiteral: string; readonly tokenKind_plus: string; readonly tokenKind_questionMark: string; readonly tokenKind_rightBrace: string; readonly tokenKind_rightBracket: string; readonly tokenKind_rightParenthesis: string; readonly tokenKind_semicolon: string; readonly tokenKind_textLiteral: string; } export declare const DefaultTemplates: ILocalizationTemplates;