'use strict';

import {Collection} from './Collection';
export {Collection};

import {CollectionOptions} from './interfaces';
export {CollectionOptions};