import { HandlerResult } from "../../HandlerResult"; /** * Can throw this into the end of a handler chain to return a HandlerResult * @param whatever * @return {Promise} */ export declare function succeed(whatever: any): Promise; //# sourceMappingURL=contextUtils.d.ts.map