export interface IOptions { withPrefix?: boolean; } declare const hashFile: (value_: any, options_?: IOptions) => Promise; export default hashFile;