import type { ReclaimProvider } from './schema.ts'; /** * Advisory pre-publish lint for a drafted provider — never a gate. Surfaces * only what the AUTHOR must decide; everything testable is tested by the * verification client itself (CDP capture sees all traffic — navigations, * XHRs, fetches — and `checkCandidate` in packages/app src/verify/run.ts * selects the captured request that satisfies the recipe, skipping the * rest). Interpolation and matching are plain text and work for any * captured content; extract selectors apply client-side in spec order * xPath → jsonPath → regex, each to the prior selection. */ export declare function verificationWarnings(provider: ReclaimProvider): string[];