import type { MethodSignature } from '../types.js'; interface KotlinTypeMappingOptions { modelTypeNames?: string[]; } export declare function generateKotlinDelegate(methods: MethodSignature[], kotlinPackageName: string, options?: KotlinTypeMappingOptions): string; export declare function generateKotlinModule(methods: MethodSignature[], kotlinPackageName: string, options?: KotlinTypeMappingOptions): string; export {}; //# sourceMappingURL=android.d.ts.map