import { NormalizedDataProperty } from '@rxap/ts-morph'; import { CoerceGetPageOperationOptions } from './coerce-get-page-operation'; export interface CoerceTableSelectOperationOptions extends CoerceGetPageOperationOptions { rowDisplayProperty: NormalizedDataProperty; rowValueProperty?: NormalizedDataProperty; } export declare function CoerceTableSelectOperationRule(options: CoerceTableSelectOperationOptions): import("@angular-devkit/schematics").Rule;