import { PatchTarget } from "./patch"; export type SelectorNode = (name: string) => false | SelectorNode | PatchTarget; export declare function parseSelector(selector: string, patchTarget: PatchTarget): SelectorNode; //# sourceMappingURL=parser.d.ts.map