export function create({ serviceSigner, channel }: { serviceSigner: Server.Signer; channel: Server.Channel; }): Promise; export function activate({ http }?: { http?: typeof import("node:http"); }): Promise; import * as Server from '@ucanto/server'; import type * as API from '../../types.js'; //# sourceMappingURL=indexing-service.d.ts.map