import { Round } from '../group'; export declare class QualifyRuleCreator { constructor(); remove(...parentRounds: (Round | undefined)[]): void; create(...parentRounds: (Round | undefined)[]): void; }