import { type TypeNode } from "@ttsc/factory";
import { MetadataObjectType, MetadataSchema } from "../../internal/legacy";
import { INestiaProject } from "../../structures/INestiaProject";
import { ImportDictionary } from "./ImportDictionary";
export declare namespace SdkTypeProgrammer {
    const write: (project: INestiaProject) => (importer: ImportDictionary) => (meta: MetadataSchema, parentEscaped?: boolean) => TypeNode;
    const write_object: (project: INestiaProject) => (importer: ImportDictionary) => (object: MetadataObjectType) => TypeNode;
}
