import { RequestHandler } from 'express';
import { Services } from '../../../../../types/Services';
export declare class ViewSyncDashboardController {
    layoutPath: string;
    services: Services;
    constructor(layoutPath: string, services: Services);
    GET: RequestHandler;
    applyFilters: RequestHandler;
}
