export interface SelectorPathOptions { useClassName?: boolean; rootNode?: Element; minify?: boolean; useNodeId?: boolean; }