/** * Dynamic package loader for development mode * Discovers packages in the workspace by reading package.json files * and matching them with their entry points */ export declare function resolveContrib(id: string): () => Promise; export declare function getWasmUrl(packageName: string): Promise;