import { RawInsert } from '../parser/raw-insert'; import { Insert } from './insert'; export declare class InsertInterpreter { interpret(rawInsert: RawInsert): Insert; private tryParseNode; private tryParseAttributes; private extractAttribute; private tryParseRelationships; }