export interface NodeIdOptions {
    id?: string;
}
