import type { HitLimitStore } from '@joint-ops/hitlimit-types'; export interface PostgresStoreOptions { pool: any; tablePrefix?: string; cleanupInterval?: number; skipTableCreation?: boolean; } export declare function postgresStore(options: PostgresStoreOptions): HitLimitStore; //# sourceMappingURL=postgres.d.ts.map