import { ViewModel, ViewModelState } from '@farris/devkit-vue';

export declare class GridMiddlewareService {
    private viewModel;
    constructor(viewModel: ViewModel<ViewModelState>);
    onPageChanging(): void;
    filter(commandName: string, componentId: string): void;
}
