export declare const SipLogMessageDirection: { readonly In: "in"; readonly Out: "out"; }; export type SipLogMessageDirection = (typeof SipLogMessageDirection)[keyof typeof SipLogMessageDirection];