import type { inbox } from "./inbox"; export declare type contactable_inboxes = { /** * Contact Inbox Source Id */ source_id?: string; inbox?: inbox; };