import { n as Type } from "./schema-eMFkYY24.mjs"; //#region src/common/schema/export-swift.d.ts declare module './schema' { interface TypeMeta { swiftName?: string; swiftProtocol?: string; swiftDesc?: string; swiftDefault?: string; } } declare function schemaExportSwiftStruct(schema: Type, name?: string): string; //#endregion export { schemaExportSwiftStruct as t }; //# sourceMappingURL=export-swift-V5biD0cf.d.mts.map