export interface IpfsClientOptions {
    headers?: Headers | Record<string, string>;
    apiPath?: string;
}
