import { WithPouchDbRef } from "../effects/with-pouch-db-ref.model"; import { WithDbConnectionSource } from "../../models/with-db-connection-source.model"; export declare function createClose$Handler(payload: WithPouchDbRef & WithDbConnectionSource): () => Promise;