/**
 * Optionally encloses a PG identifier (like table name) in "".
 */
export declare function escapeIdent(ident: string): string;
//# sourceMappingURL=escapeIdent.d.ts.map