export declare class Utils { static escapeIdentifier(identifier: string): string; static getDbObjectName(database: string, objectName: string): string; }