import { composeWithConnection } from './composeWithConnection';
import { cursorToData, dataToCursor } from './cursor';
import { prepareConnectionResolver } from './connection';
export default composeWithConnection;
export { composeWithConnection, prepareConnectionResolver, cursorToData, dataToCursor };
export type { ConnectionResolverOpts, ConnectionSortOpts, ConnectionSortMapOpts, ConnectionTArgs, } from './connection';
export type { CursorDataType } from './cursor';
//# sourceMappingURL=index.d.ts.map