import { Task, Operation } from '@effection/core'; export * from './error'; export declare function formatError(error: Error): string; export declare function main(operation: Operation): Task; //# sourceMappingURL=browser.d.ts.map