import type { Dashboard } from './types';
import type { ResourcePage } from 'src/types';
export declare const getDashboards: (serviceType: string) => Promise<ResourcePage<Dashboard>>;
export declare const getDashboardById: (dashboardId: number) => Promise<Dashboard>;
//# sourceMappingURL=dashboards.d.ts.map