import { Guid } from "./Guid"; import { WorkerProxyFunction } from "./Workers"; export declare const WorkerProxyFuncs: { ui: { loadManifests: WorkerProxyFunction; }; worker: {}; };