import { TeamsListConfig, Argv } from "../types"; export declare const buildListTeamsConfig: (argv: Argv) => TeamsListConfig;