export declare const INIT = "@@worker/init"; export declare const EXIT = "@@worker/exit"; export declare const CALC = "@@worker/calc"; export declare const CREATE_PARTITION = "@@worker/createPartition"; export declare const MAP = "@@worker/map"; export declare const REDUCE = "@@worker/reduce"; export declare const RELEASE = "@@worker/release"; export declare const REPARTITION_SLICE = "@@worker/repartitionSlice"; export declare const REPARTITION_JOIN = "@@worker/repartitionJoin"; export declare const REPARTITION_REDUCE = "@@worker/repartitionJoin"; export declare const REPARTITION_RELEASE = "@@worker/repartitionRelease"; export declare type WorkerMode = 'network' | 'local'; export declare type PartId = string;