import { verixyzLdSignature } from './ld-suites'; import { TKeyType } from '@verixyz/core'; /** * Initializes a list of verixyz-wrapped LD Signature suites and exposes those to the Agent Module */ export declare class LdSuiteLoader { constructor(options: { verixyzLdSignatures: verixyzLdSignature[]; }); private signatureMap; getSignatureSuiteForKeyType(type: TKeyType): verixyzLdSignature; getAllSignatureSuites(): verixyzLdSignature[]; getAllSignatureSuiteTypes(): string[]; } //# sourceMappingURL=ld-suite-loader.d.ts.map