import { CreateHandlerResponse, RequestHandlerInput } from "../typings";
declare const createHandler: (input: RequestHandlerInput) => CreateHandlerResponse;
export { createHandler };
