import type { SourceFile } from '../SourceFile.js'; import type { FunctionType } from '../types/FunctionType.js'; export declare function createKotlinFunction(functionType: FunctionType): SourceFile[];