import { IOrg } from '../types/auth'; export declare function getOrg(wedaUser: any): { mainOrg: IOrg; orgs: any; };