import { Fiber } from './Fiber';
export declare function createFiber<A>(): Fiber<A>;
//# sourceMappingURL=createFiber.d.ts.map