import { SelectorPathOptions } from './typings'; export declare const getSelectorPath: (elm: Element, options?: SelectorPathOptions) => string; export default getSelectorPath; //# sourceMappingURL=get-selector-path.d.ts.map