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