import { BotInstance } from '../../BotInstance'; import { GatewayResponseInternal } from './gateway.types'; export declare class GatewayAPI { private self; constructor(self: BotInstance); index(compress?: number): Promise; }