import { Team } from './types';
export declare function getAllTeams(onlyAccessible?: boolean): Promise<Team[]>;
