export default function useOrg(session: any): { getOrgs: (this: any, args_0?: any) => Promise; createOrg: (this: any, args_0?: any) => Promise; updateOrg: (this: any, orgId?: any, args_1?: any) => Promise; getCurrentOrg: (this: any, roleName?: any) => Promise; };