import { DatabaseScanResult } from '../types/database.types'; export declare const useDatabaseScanner: () => { scanDatabase: (rowsPerTable?: number, prioritizedTables?: string[], onlyPrioritized?: boolean, intelligentSampling?: boolean) => Promise; isScanning: boolean; progress: string; };