export declare const warnApiKeyInConfigSync: (optionsFilepath: string) => string; export declare const warnVariablePropSync: (file: string, attrName: string, value: string, location?: string) => string; export declare const warnInvalidReturnSync: (file: string, functionName: string, expression: string, location?: string) => string; export declare const warnMissingReturnSync: (file: string, functionName: string, location?: string) => string; export declare const warnHasUnwrappedExpressionSync: (file: string, unwrappedExpressions: string[], id?: string, location?: string) => string; export declare const warnFailedToConstructJsxTreeSync: (file: string, code: string, location?: string) => string; export declare const warnNestedTComponent: (file: string, location?: string) => string; export declare const warnNestedInternalTComponent: (file: string, location?: string) => string; export declare const warnNonStaticExpressionSync: (file: string, attrName: string, value: string, location?: string) => string; export declare const warnInvalidMaxCharsSync: (file: string, value: string, location?: string) => string; export declare const warnInvalidFormatSync: (file: string, value: string, location?: string) => string; export declare const warnInvalidIcuSync: (file: string, value: string, error: string, location?: string) => string; export declare const warnTemplateLiteralSync: (file: string, value: string, location?: string) => string; export declare const warnNonStringSync: (file: string, value: string, location?: string) => string; export declare const warnAsyncUseGT: (file: string, location?: string) => string; export declare const warnSyncGetGT: (file: string, location?: string) => string; export declare const warnTernarySync: (file: string, location?: string) => string; export declare const withLocation: (file: string, message: string, location?: string) => string; export declare const warnFunctionNotFoundSync: (file: string, functionName: string, location?: string) => string; export declare const warnInvalidDeclareVarNameSync: (file: string, value: string, location?: string) => string; export declare const warnDuplicateFunctionDefinitionSync: (file: string, functionName: string, location?: string) => string; export declare const warnInvalidDeriveInitSync: (file: string, functionName: string, location?: string) => string; export declare const warnDataAttrOnBranch: (file: string, attrName: string, location?: string) => string; export declare const warnRecursiveFunctionCallSync: (file: string, functionName: string, location?: string) => string; export declare const warnDeriveFunctionNotWrappedSync: (file: string, functionName: string, location?: string) => string; export declare const warnDeriveNonConstVariableSync: (file: string, varName: string, kind: string, location?: string) => string; export declare const warnDeriveFunctionNoResultsSync: (file: string, functionName: string, location?: string) => string; export declare const warnAutoderiveNoResultsSync: (file: string, expression: string, location?: string) => string; export declare const warnDeriveUnresolvableValueSync: (file: string, key: string, location?: string) => string; export declare const warnDeriveCircularSpreadSync: (file: string, varName: string, location?: string) => string; export declare const warnDeriveDestructuringSync: (file: string, varName: string, location?: string) => string; export declare const warnDeriveOptionalChainingSync: (file: string, code: string, location?: string) => string; export declare const warnUnresolvedImportSync: (file: string, functionName: string, importPath: string, location?: string) => string; export declare const noLocalesError = "No locales found! Provide a list of locales for translation, or specify them in your gt.config.json file."; export declare const noDefaultLocaleError = "No default locale found! Provide a default locale, or specify it in your gt.config.json file."; export declare const noFilesError = "Incorrect or missing files configuration! Make sure your files are configured correctly in your gt.config.json file."; export declare const noSourceFileError = "No source file found! Double-check your translations directory and default locale."; export declare const noSupportedFormatError = "Unsupported data format! Make sure your translationsDir parameter ends with a supported file extension."; export declare const noApiKeyError = "No API key found! Provide an API key using the --api-key flag or set the GT_API_KEY environment variable."; export declare const devApiKeyError = "Development API keys cannot be used with the General Translation API. Use a production API key instead.\nGenerate a production API key with: npx gt auth -t production"; export declare const noProjectIdError = "No project ID found! Provide a project ID using the --project-id flag, specify it in your gt.config.json file, or set the GT_PROJECT_ID environment variable."; export declare const noVersionIdError = "No version ID found! Provide a version ID using the --version-id flag or specify it in your gt.config.json file as the _versionId property."; export declare const invalidConfigurationError = "Invalid files configuration! Provide a valid configuration to download local translations or set the --publish flag to true to upload translations to the CDN.";