import { VerificationFragment, VerificationFragmentType } from "./types/core"; export declare const isValid: (verificationFragments: VerificationFragment[], types?: VerificationFragmentType[]) => boolean;