import { IAgentPlugin } from '@veramo/core';
import { IEbsiSupport } from '../types/IEbsiSupport';
export declare const ebsiSupportMethods: Array<string>;
export declare class EbsiSupport implements IAgentPlugin {
    readonly schema: any;
    readonly methods: IEbsiSupport;
    private ebsiCreateDidOnLedger;
    private ebsiWellknownMetadata;
    private ebsiAuthorizationServerJwks;
    private ebsiPresentationDefinitionGet;
    private ebsiAccessTokenGet;
    private getAccessToken;
}
//# sourceMappingURL=EbsiSupport.d.ts.map