/**
 * Simple chainable interface for working with collections of data
 */
import Container from './container.js';
export type { Repository } from './container.js';
export { Container, Container as default };
