import type { IntentStrings } from '../common/types/util'; export type GatewayIntentInput = number | IntentStrings | number[]; export declare function resolveGatewayIntents(intents?: GatewayIntentInput): number;