import type { Struct } from "../../../entities/struct";
import type { KetFileNode } from '../../serializers.types';
export declare function prepareStructForKet(struct: Struct): KetFileNode<any>[];
