import type { RuntimeAPI } from "./modules"; export declare let exports: unknown; export declare function bindExports(runtime: RuntimeAPI, assembly: string): Promise;