import { Interfaces } from "@protokol/notarization-crypto";
export interface INotarization extends Interfaces.INotarizationAsset {
    timestamp: number;
}
