import { type Invitation } from '../../edge/endpoints/invites.js'; import { type EdgeCommand } from '../edge-command.js'; import { type ChooseFunction } from './util-util.js'; export declare const chooseInviteFn: (command: EdgeCommand, options?: { channelId?: string; }) => ChooseFunction; //# sourceMappingURL=edge-invites-choose.d.ts.map