import { CollectionSwitch } from './collection_switch'; export declare class CheckGroup extends CollectionSwitch { constructor(param: string | any); toJSON(): any; toString(): string; }