import { AbstractExpressAuthentication } from './abstractExpressAuthentication';
export declare class ExpressAuthentication extends AbstractExpressAuthentication {
    constructor();
    private bearerAuthentication(ctx, accessToken);
    private apiKeyAuthentication(ctx, accessToken);
}