import type { AuthUserContext } from '../common/request-context';
import { DashboardService } from './dashboard.service';
type R = {
    authUser?: AuthUserContext;
};
export declare class DashboardController {
    private readonly dashboard;
    constructor(dashboard: DashboardService);
    summary(req: R, from?: string, to?: string): Promise<unknown>;
}
export {};
//# sourceMappingURL=dashboard.controller.d.ts.map