import { CoerceDtoClassOutput, CoerceOperationOptions as NEW_CoerceOperationOptions, TransformOperation } from '@rxap/ts-morph'; import { ClassDeclaration, SourceFile, WriterFunction } from 'ts-morph'; import { CoerceGetByIdControllerOptions } from './coerce-get-by-id-operation'; export interface CoerceGetRootOperationOptions extends CoerceGetByIdControllerOptions { } export declare function BuildGetRootDtoDataMapperImplementation(classDeclaration: ClassDeclaration, moduleSourceFile: SourceFile, dto: CoerceDtoClassOutput | null, options: Readonly): TransformOperation; export declare function CoerceGetRootOperation(options: Readonly): import("@angular-devkit/schematics").Rule;