import { branch, pipe, sequence } from './index.js'; /** * @deprecated use `import { withContext } from 'composable-functions'` instead */ declare const environment: { branch: typeof branch; pipe: typeof pipe; sequence: typeof sequence; }; export { environment }; //# sourceMappingURL=environment.d.ts.map