import FMCCommand from '../../FMCCommand'; export default class ServiceStatus extends FMCCommand { static description: string; static examples: string[]; static flags: any; private isSynced; private renderIsSynced; private renderDate; private renderStatus; private renderRow; run(): Promise; } //# sourceMappingURL=status.d.ts.map