import type { BaseSelection } from './base'; export interface SelectionConstructor { type: string; group: string; new (...args: any[]): T; fromJSON(json: Record): T; } //# sourceMappingURL=types.d.ts.map