import { IEs3CheckKeyword, IEs3Keyword } from "./Interfaces"; export declare function formatError(keyword: IEs3CheckKeyword | IEs3Keyword, funcName: string, errorMsg: string, code: string, pos: number, id: string, entry: string): string;