declare module 'pg' {
  export function escapeLiteral(str: string): string;
}
