import { CoerceDataSourceClassOptions } from './coerce-data-source-class'; export interface CoerceTableDataSourceOptions extends CoerceDataSourceClassOptions { /** * The operation id to request a table page */ operationId: string; scope?: string | null; } export declare function CoerceTableDataSourceRule(options: Readonly): import("@angular-devkit/schematics").Rule;