export declare class GlideSQLEscapeUtils { static escapeSQLIdentifier(dbType: string, token: string): string; static escapeSQLValue(dbType: string, token: string): string; }