import { n as Type } from "./schema-BNke0iHR.cjs"; //#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-MsABzrt6.d.cts.map