export interface ProcessOrgAuthCallbackCommand { organizationId: string; userId: string; status: 'ok' | 'not_ok'; authToken?: string; } //# sourceMappingURL=ProcessOrgAuthCallbackCommand.d.ts.map