export interface KotlinGeneratorOptions { name: string; schemaPath: string; typeName: string; outputPath: string; packageName?: string; } /** * Generates Kotlin data class from TypeScript schema. */ export declare function generateKotlin(options: KotlinGeneratorOptions): Promise; //# sourceMappingURL=kotlin.d.ts.map