import { Item } from "./block.js"; import { SimpleType, Type } from "./type.js"; import { ModuleContext } from './context.js'; export declare function genConstructor(mod: ModuleContext, definitionName: string, name: string, variant: string | undefined, arg: SimpleType, resultType: Type, resultTypeItem: Item): Item[];