import { ChannelResource } from '../sub-clients/channels/resources/ChannelResource'; import { Channel } from '../types'; export declare class ChannelFactory { static createChannelResource(resource?: Partial): ChannelResource; static sample(channel?: Partial): Channel; }