import { Group } from '../models/group.modal';
export declare class GroupFactory {
    static get instance(): Group;
}
