import { ErrorProvider } from './ErrorProvider'; export declare class ErrorInvalidSymbol extends ErrorProvider { constructor(message: string); }