import { ViewModel, ViewModelState } from '@farris/devkit-vue'; export declare class GridMiddlewareService { private viewModel; constructor(viewModel: ViewModel); onPageChanging(): void; filter(commandName: string, componentId: string): void; }