import { Collection } from '../index';
export default function (this: Collection): {
    [key: string]: any;
};
