import type { MachinatChannel } from '../types'; declare type RenderingChannelI = null | MachinatChannel; declare const RenderingChannelI: import("../service").SingularServiceInterface; export default RenderingChannelI;