import AirtableCommand from '../helpers/airtable_command'; export default class ListRemotes extends AirtableCommand { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; }; runAsync(): Promise; }