import type { IdempotencyStore } from './types.js'; export declare function createStore(table: string): IdempotencyStore; //# sourceMappingURL=store.d.ts.map