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