export { PoolArgs } from "./pool";
export type Pool = import("./pool").Pool;
export declare const Pool: typeof import("./pool").Pool;
export { TaskArgs } from "./task";
export type Task = import("./task").Task;
export declare const Task: typeof import("./task").Task;
//# sourceMappingURL=index.d.ts.map