import { ErrorBase } from '../../../../error'; export declare class AuthenticationStrategyNotSet extends ErrorBase { constructor(); }