import { IAgentPlugin } from '@veramo/core';
import { IEBSIAuthorizationClient } from '../types/IEBSIAuthorizationClient';
export declare class EBSIAuthorizationClient implements IAgentPlugin {
    readonly schema: any;
    readonly methods: IEBSIAuthorizationClient;
    private ebsiAuthASDiscoveryMetadataGet;
    private ebsiAuthASJwksGet;
    private ebsiAuthPresentationDefinitionGet;
    private ebsiAuthAccessTokenGet;
    private getAccessTokenResponse;
    private getUrl;
    private getDiscoveryEndpoint;
}
//# sourceMappingURL=EBSIAuthorizationClient.d.ts.map