import { Session, SessionData } from './Session';
declare function ringOutInboundLegCheck(newData: SessionData, allSessions: Session[]): {
    isRingOutInboundLeg: boolean;
    legSessionId: any;
};
export { ringOutInboundLegCheck };
