export type HashVerifierCallbackFunction = (error: Error | null) => void | Promise<void>;
