import type { PostgresPumpStateConfig, PumpStateManagerFactory } from "./types.js"; /** * Creates a factory function that produces PostgreSQL-backed pump state managers. * Each flowType gets its own state row in the shared table. * * The adapter is created once and shared across all state managers. */ export declare function createPostgresPumpStateManagerFactory(config: PostgresPumpStateConfig): Promise; //# sourceMappingURL=state.d.ts.map