export { DashboardArgs } from "./dashboard"; export type Dashboard = import("./dashboard").Dashboard; export declare const Dashboard: typeof import("./dashboard").Dashboard; export { GetDashboardArgs, GetDashboardResult, GetDashboardOutputArgs } from "./getDashboard"; export declare const getDashboard: typeof import("./getDashboard").getDashboard; export declare const getDashboardOutput: typeof import("./getDashboard").getDashboardOutput; export * from "../types/enums/bcm";