export const _pg_Connection_prototype_query__String_: ({ input }: { input: string; }, { safe, noop }?: { safe?: boolean; noop?: boolean; }) => Promise; export const _pg_Connection_prototype_query__Object_: ({ input }: { input: string; }, { safe, noop }?: { safe?: boolean; noop?: boolean; }) => Promise;