import { GenericError } from './GenericError'; /** * Error used when another state is expected. */ export declare class IllegalStateError extends GenericError { }