export declare class ApiKeyVerification {
    static verifyApiKey(apiKey: any): (req: any, authOrSecDef: any, scopesOrApiKey: any, callback: any) => any;
}
