/** * Whitepaper §4.2 — Client Initialization. */ import type { LemmaClient, LemmaClientConfig } from "@lemmaoracle/spec"; export declare const create: (config: LemmaClientConfig, fetcher?: typeof fetch) => LemmaClient; //# sourceMappingURL=client.d.ts.map