/** @type {(rule: AstPseudoClass, element: Element, index: number | undefined, parent: Parents | undefined, state: State) => boolean} */
export const pseudo: (rule: AstPseudoClass, element: Element, index: number | undefined, parent: Parents | undefined, state: State) => boolean;
import type { AstPseudoClass } from 'css-selector-parser';
import type { Element } from 'hast';
import type { Parents } from 'hast';
import type { State } from './index.js';
//# sourceMappingURL=pseudo.d.ts.map