export declare const GridFeatureModeConstant: { client: "client"; server: "server"; }; export declare type GridFeatureMode = 'client' | 'server';