/// import type { ModelInfo } from '../../intermediate/model-info'; import type { RestResource } from '../../intermediate/resource'; import type path from 'path'; import type { CompilerPlugin } from '../../plugin'; export declare function generateRestResource(typescriptFilePath: path.ParsedPath, compilerBaseOutputDir: path.ParsedPath, resource: RestResource, modelInfo: ModelInfo, plugin?: CompilerPlugin): string;