/** * Converts a string to an IPFS hash. * @param input - The input string to convert. * @returns A Promise that resolves to the IPFS hash. * @throws An error if the generated hash does not start with 'Qm'. */ export declare function stringToIpfsHash(input: string): Promise;