/** * Worker compiles connector bundles locally; gateway sends only the * `connector_key`. Device workers (e.g. Mac Bridge) still receive * `compiled_code` inline when they don't have the connectors directory on disk. */ export declare function findBundledConnectorFile(key: string): string | null; export declare const compileConnectorForIsolateFromFile: (filePath: string) => Promise; //# sourceMappingURL=compile-connector.d.ts.map