import { MatcherType, SelectorKind } from "../../types/rule.js"; export declare const TWC_TAG: { kind: SelectorKind.Tag; path: string; }; export declare const TWC_CALLEE_STRINGS: { kind: SelectorKind.Callee; match: ({ type: MatcherType.String; match?: never; } | { match: { type: MatcherType.String; }[]; type: MatcherType.AnonymousFunctionReturn; })[]; path: string; }; /** @see https://github.com/gregberge/twc */ export declare const TWC: ({ kind: SelectorKind.Tag; path: string; } | { kind: SelectorKind.Callee; match: ({ type: MatcherType.String; match?: never; } | { match: { type: MatcherType.String; }[]; type: MatcherType.AnonymousFunctionReturn; })[]; path: string; })[]; //# sourceMappingURL=twc.d.ts.map