import type { Struct } from "../../../entities";
import type { KetItem } from './types';
export declare function mergeFragmentsToStruct(ketItem: KetItem, struct: Struct): Struct;
