import type { PQSealServer, PQSealServerOptions } from './types.js'; export declare function createPQSealServer(options?: PQSealServerOptions): PQSealServer; //# sourceMappingURL=server.d.ts.map