/** * Most of the code in this file is copied from Vitest. * * @see https://github.com/vitest-dev/vitest/blob/main/packages/browser/src/client/utils.ts */ export declare function convertElementToCssSelector(element: Element): string; //# sourceMappingURL=selector.d.ts.map