import type { ScreamingFrogCompareCliOptions, ScreamingFrogCompareResult } from './types.js'; /** Native SF compare exports (Change Detection + response codes). */ export declare const DEFAULT_COMPARE_EXPORT_TABS: readonly ['Change Detection:All', 'Change Detection:Page Titles', 'Change Detection:Meta Description', 'Change Detection:H1', 'Change Detection:Word Count', 'Change Detection:Indexability', 'Change Detection:Structured Data Unique Types', 'Response Codes:All']; export declare function runScreamingFrogCompare(options: ScreamingFrogCompareCliOptions): Promise; //# sourceMappingURL=compare.d.ts.map