type SchemaType = 'class' | 'relationship' | 'dataGroup'; type SchemaMeta = { type: SchemaType; ipfsCid: string; }; export declare function fetchSchemaManifest(): Promise>; export declare function fetchSchemas(schemaType?: SchemaType): Promise>; export declare function fetchFromIpfs(cid: string): Promise; export {}; //# sourceMappingURL=schema-fetcher.d.ts.map