import { NodeIdOptions } from './NodeIdOptions';

export interface NodeGetParentOptions extends NodeIdOptions {
}
