import { type APICommand } from '../command/api-command.js'; import { type InvitesEndpoint } from './endpoints/invites.js'; export type EdgeClient = { invites: InvitesEndpoint; }; export declare const newEdgeClient: (command: APICommand) => EdgeClient; //# sourceMappingURL=edge-client.d.ts.map