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