import { SealService } from "../typings/seal-service";
export declare const validateSealService: (context: SealService) => Promise<SealService>;
