import type { PairTagSelectorType } from "../parser/parser-type"; export declare function getSelectorIndexList(html: string, pairTagSelector: PairTagSelectorType): Array; export declare function makePairTag(html: string): string;