export declare class StatusService { /** * Get * Lists all tracks. * @returns any Successful response * @throws ApiError */ static statusControllerGet(): Promise; }