import type { SourceFile } from '../SourceFile.js';
import { type VariantType } from '../types/VariantType.js';
export declare function createKotlinVariant(variant: VariantType): SourceFile[];
