import type { NativeLocator } from '@appium/css-locator-to-native'; export { UI_AUTOMATOR_STRATEGY } from './constants'; /** * Converts a CSS selector string into a native locator for the resolved strategy. * * @param css - CSS selector to transform * @param appPackage - Optional application package used to qualify resource ids * @returns Native locator strategy name and selector string */ export declare function cssToNativeLocator(css: string, appPackage?: string | null): Promise; //# sourceMappingURL=index.d.ts.map