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