import { UserImporterOptions } from "ipfs-unixfs-importer";
export declare function onlyHash(content: any, options?: UserImporterOptions): Promise<string>;
