import { HASH, Hash } from '../interfaces/hash.interface'; export declare const HashCreator: { create(hash: HASH): Promise; };