import { Inbound } from "../types";
export declare const parseInbound: (inbound: Inbound) => Inbound;
