import type { FieldTypeGroups } from "../converters/fileldtype-converter"; export interface RenderInput { typeName: string; namespace: string; fieldTypeGroups: FieldTypeGroups; } export declare const TypeDefinitionTemplate: { renderAsFile: (output: string, renderInput: RenderInput) => Promise; };