export = AuthenticatorMock; declare class AuthenticatorMock { constructor({ apikey }: { apikey: any; }); apikey: any; }