import { LoadSpec } from "../loaders/IVolumeLoader"; /** Recreates a `LoadSpec` that has just been sent to/from a worker to restore three.js object prototypes */ export declare function rebuildLoadSpec(spec: LoadSpec): LoadSpec;