import { Seal } from "../typings/seal";
export declare const validateSeal: (context: Seal) => Promise<Seal>;
