import { Allocation, SerializedComponent } from '../machines'; export declare const mergeComponentsWithAllocations: (components: SerializedComponent[], allocations?: Allocation[]) => SerializedComponent[];