import { AllVerificationFragment } from "./types/core"; export declare const getIdentifier: >(fragments: T[]) => { identifier: string | undefined; type: string; }[] | { identifier: string | undefined; type: string; };