/**
 * This builder function is called by the transpiled code from
 * `task(async () => {})`. See async-arrow-task-transform.js
 *
 * @private
 */
export function buildTask(contextFn: any, options: any, taskName: any, bufferPolicyName: any): import("./task").Task | import("./task").EncapsulatedTask;
//# sourceMappingURL=async-arrow-runtime.d.ts.map