import type { CloudWordType, SegmentationOutputType } from './interface'; export declare function allocateWords(words: CloudWordType[], segmentationOutput: SegmentationOutputType): void;