import { SugarElement } from '@ephox/sugar'; import * as fc from 'fast-check'; declare const comment: fc.Arbitrary>; declare const elementOfArb: (arb: fc.Arbitrary) => fc.Arbitrary>; declare const elementOf: (tag: string) => SugarElement; declare const textOfArb: (arb: fc.Arbitrary) => fc.Arbitrary>; declare const textOf: (s: string) => SugarElement; export { elementOfArb, elementOf, comment, textOf, textOfArb }; //# sourceMappingURL=ArbNodes.d.ts.map