import type { SimRange, SugarElement } from '@ephox/sugar'; import type * as fc from 'fast-check'; import type { SchemaDetail } from '../arbitrary/ArbSchemaTypes'; import type { SelectionExclusions } from '../arbitrary/GenSelection'; declare const scenario: (component: string, overrides: Record>, exclusions: SelectionExclusions) => fc.Arbitrary<{ root: SugarElement; selection: SimRange; }>; declare const content: (component: string, overrides?: Record>) => fc.Arbitrary>; export { scenario, content }; //# sourceMappingURL=Arbitraries.d.ts.map