import { IError } from '../../common/types'; export declare class byAttributesCognito { static PasswordAttemptsExceeded(error: IError): boolean; }