import { InterfaceRequest } from '../../types';
export default function parseJsonBody(request: InterfaceRequest): InterfaceRequest;
