/** * @license * Copyright (c) 2022 Handsoncode. All rights reserved. */ import { TranslatableErrorType } from '../Cell'; import { buildTranslationPackage, RawTranslationPackage, TranslationPackage } from './TranslationPackage'; export declare type TranslationSet = Record; export declare type UITranslationSet = Record; export declare type ErrorTranslationSet = Record; export { RawTranslationPackage, TranslationPackage, buildTranslationPackage }; export declare enum UIElement { NEW_SHEET_PREFIX = "NEW_SHEET_PREFIX" }