import type { SourceFile } from '../SourceFile.js';
import type { StructType } from '../types/StructType.js';
export declare function createKotlinStruct(structType: StructType): SourceFile[];
