import { EelParserError } from "./EelParserError";
export declare class IncompleteObjectPathError extends EelParserError {
}
