declare type Task = (payload?: T) => object | null; declare type Tasks = Record; interface Options { debug?: boolean; } export declare function bridge(tasks: Tasks, opts?: Options): void; export {}; //# sourceMappingURL=bridge.d.ts.map