import { CoerceProxyRemoteMethodClassOptions } from './coerce-proxy-remote-method-class'; export interface CoerceTreeTableRootProxyRemoteMethodClassOptions extends Omit, 'sourceType'>, 'targetType'>, 'proxyMethod'> { getRootOperationId: string; scope?: string | null; hasParameter?: boolean; } export declare function CoerceTreeTableRootProxyRemoteMethodClass(options: CoerceTreeTableRootProxyRemoteMethodClassOptions): import("@angular-devkit/schematics").Rule;