import type { IdInfo } from '../../types/connection'; import type { CommandContext, IdResult } from './types'; export declare const id: (ctx: CommandContext, clientInfo?: IdInfo) => Promise; //# sourceMappingURL=id.d.ts.map