import type { PseudoSelector } from "css-what"; import type { InternalOptions } from "../types.js"; export declare type Pseudo = (elem: ElementNode, options: InternalOptions, subselect?: string | null) => boolean; export declare const pseudos: Record; export declare function verifyPseudoArgs>(func: (...args: T) => boolean, name: string, subselect: PseudoSelector["data"], argIndex: number): void; //# sourceMappingURL=pseudos.d.ts.map