import { OrgItem } from "../types";
export default function getOrganizations(organizations_url: string, accessToken: string): Promise<OrgItem[]>;
