import { AbstractServiceOptions } from '../types'; import { ItemsService } from './items'; export declare class DashboardsService extends ItemsService { constructor(options: AbstractServiceOptions); }