import type { ParsedLocator } from "./types.js"; export declare function parseLocator(input: string): ParsedLocator;