import { AppAware, Auditor, SqlStore } from "anbaric-tsapi"; declare class PostgresSqlStore extends SqlStore implements AppAware { private pool; private ready?; private schema; constructor(auditor: Auditor, connectionString?: string, schema?: string); getAppId(): string; private ensureReady; protected queryInternal(sql: string, parameters: Array): Promise>>; protected executeInternal(sql: string, parameters: Array): Promise; close(): Promise; } export { PostgresSqlStore }; //# sourceMappingURL=PostgresSqlStore.d.ts.map