import { VerificationFragment } from "../../src/types/core"; export declare const getFailingFragments: (fragments: VerificationFragment[]) => VerificationFragment[]; export declare const getFragmentsByName: (fragments: VerificationFragment[], name: string) => VerificationFragment[];