import { Option } from "../types/config/options"; import { RestChannelManager } from "./managers/channel-manager"; import { IOptionManager, IAuthManager, IRestQueueManager } from "../types/services/managers"; export declare class Rest { private instanceId; private container; readonly optionManager: IOptionManager; readonly auth: IAuthManager; readonly channels: RestChannelManager; readonly queues: IRestQueueManager; private logger; constructor(options?: Partial