/** * Whitepaper §4.9 — schemas.register / schemas.getById */ import type { LemmaClient, SchemaMeta } from "@lemmaoracle/spec"; export declare const register: (client: LemmaClient, payload: SchemaMeta) => Promise; export declare const getById: (client: LemmaClient, id: string) => Promise; //# sourceMappingURL=schemas.d.ts.map