import { Database, bs } from '@fireproof/core';

type ConnectFunction = (db: Database, name?: string, url?: string) => bs.Connection;

declare const connect: ConnectFunction;

export { connect };
declare module '@fireproof/partykit'
