import type { APIGatewayBotInfo, APIGatewayInfo } from '../../payloads/v10/index';
/**
 * @see {@link https://discord.com/developers/docs/topics/gateway#get-gateway}
 */
export type RESTGetAPIGatewayResult = APIGatewayInfo;
/**
 * @see {@link https://discord.com/developers/docs/topics/gateway#get-gateway-bot}
 */
export type RESTGetAPIGatewayBotResult = APIGatewayBotInfo;
//# sourceMappingURL=gateway.d.ts.map