import { Controller } from "@arkecosystem/core-api";
import Boom from "@hapi/boom";
import Hapi from "@hapi/hapi";
import { Interfaces } from "@protokol/notarization-transactions";
export declare class HashesController extends Controller {
    private readonly notarizationCache;
    show(request: Hapi.Request, h: Hapi.ResponseToolkit): Promise<Interfaces.INotarization | Boom.Boom<unknown>>;
}
