export declare const createIpfsClient: typeof import("kubo-rpc-client").create;
export declare function loadSubgraphSchemaFromIPFS(ipfsClient: any, manifest: string): Promise<string>;
