import { XmlDeliveryResponse } from './types';
export declare const makeDeliveryResponse: (body: string) => Promise<XmlDeliveryResponse>;
