export declare class ServerToken { TOKEN_LENGTH: number; static new(indexId: string, fetchEntriesKey: Uint8Array, fetchChainsKey: Uint8Array, upsertEntriesKey: Uint8Array, insertChainsKey: Uint8Array): Promise; } //# sourceMappingURL=server_token.d.ts.map