import { type SimRange, type SugarElement } from '@ephox/sugar'; import * as fc from 'fast-check'; export interface SelectionExclusions { containers: (container: SugarElement) => boolean; } declare const selection: (root: SugarElement, rawExclusions: SelectionExclusions) => fc.Arbitrary; export { selection }; //# sourceMappingURL=GenSelection.d.ts.map