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