export declare function getAllUsers(token: string, organizationContext: string): Promise<any[]>;
