import * as M from "./_core"; export declare const pure: (a: A) => M.Managed; /** * Returns a managed that models the execution of this managed, followed by * the passing of its value to the specified continuation function `f`, * followed by the managed that it returns. */ //# sourceMappingURL=methods.d.ts.map