import { Entity } from "../models/entity"; export declare function LogError(errText: string, isABug?: boolean, passedError?: string | ErrorConstructor): void; export declare function findNameForNewField(_fieldName: string, entity: Entity, columnOldName?: string): string; export declare function requireLocalFile(fileName: string): any;