import { BaseAgent, type Source } from './types.js'; export declare class CitationGuardian extends BaseAgent { constructor(provider: any); verify(sources: Source[], text: string): Promise<{ verified: string[]; flagged: string[]; }>; private parseResult; } //# sourceMappingURL=CitationGuardian.d.ts.map