import APIError from './APIError'; declare class LockedAuth extends APIError { constructor(); } export default LockedAuth;