import * as fc from 'fast-check'; import { Step } from '../api/Step'; declare const sAsyncProperty: (name: string, arbitraries: fc.Arbitrary[], statefulStep: Step, options?: fc.Parameters) => Step; export { sAsyncProperty }; //# sourceMappingURL=PropertySteps.d.ts.map