import { APIClient } from '../client';
export declare function getStatus(client: APIClient): Promise<any>;
