import type { Struct } from "../../../entities/struct";
export declare function multitailArrowToStruct(ketItem: any, struct: Struct): Struct;
