import { Request } from "../../types"; export declare function checkBodyExistence(request: Request): Promise; export declare function checkMethod({method}: Request): Promise;