export interface SwiftGeneratorOptions { name: string; schemaPath: string; typeName: string; outputPath: string; } /** * Generates Swift Codable struct from TypeScript schema. */ export declare function generateSwift(options: SwiftGeneratorOptions): Promise; //# sourceMappingURL=swift.d.ts.map