import { AbstractCollection } from './abstract.collection';
export declare class CustomCollection extends AbstractCollection {
}
