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