/** * @module "ethpm/storage/ipfs" */ export declare type IpfsHash = string; export default function hash(content: string): Promise;