import type { TypeAnnotation, App } from '../concepts'; export declare function transfromMetadataType(expTypeAnnotation: TypeAnnotation, app: App): { typeKind: "function" | "primitive" | "reference" | "generic" | "typeParam" | "union" | "anonymousStructure" | "literal" | "conditional" | "indexedAccess"; typeNamespace: string; typeName: string; sortedTypeKey: string; }; export declare function transformUnionTypeAnnotation(expTypeAnnotation: TypeAnnotation, app: App): void; //# sourceMappingURL=transform.d.ts.map