export declare class EntityNotFoundException extends Error {
    constructor(msg?: string);
}
export declare class SymbolTypeNotSupportedException extends Error {
    constructor(msg?: string);
}
