export declare class NoSuchChannelError extends Error {
    readonly channelIdOrName: number | string;
    constructor(channelIdOrName: number | string);
}
