import type { WebAPICallResult } from '../../WebClient'; export type ConversationsRequestSharedInviteDenyResponse = WebAPICallResult & { error?: string; invite_id?: string; needed?: string; ok?: boolean; provided?: string; }; //# sourceMappingURL=ConversationsRequestSharedInviteDenyResponse.d.ts.map