import { BaseClient } from "../../client/index.js"; import { KGatewayResponse } from "./types.js"; export declare class GatewayAPI { private self; constructor(self: BaseClient); index(compress?: number): Promise; }