declare function getFileIPFSHash(filePath: string): Promise<string>;

export { getFileIPFSHash as default, getFileIPFSHash };
