export declare type IrisChannel = { id: string; status: IrisChannelStatus; }; export declare type IrisChannelStatus = "CREATED" | "ALIVE" | "EXPIRED" | "NONE"; export declare type IrisSimChannel = { phoneNumber: string; phoneChannelId: number; }; //# sourceMappingURL=channel.d.ts.map