/**
* Escape identifier (only the PostgreSQL format is currently supported).
*/
export declarefunctionescapeIdentifier(identifier: string): string;
/**
* Escape literal (only the PostgreSQL format is currently supported).
*/
export declarefunctionescapeLiteral(literal: string): string;