import { EyesError } from './EyesError'; export declare class EyesNotOpenError extends EyesError { constructor(methodName: string); }