/** * Remote-domain server entry point. The worker serving URL is the issuer; each * method/view/function signs with its own semantic subject. */ import type { RemoteServerConfig } from './config.js'; import type { RemoteServer } from './handle.js'; export declare function createRemoteServer(config: RemoteServerConfig): RemoteServer; //# sourceMappingURL=create.d.ts.map