/**
 * Test Script for Database Cleanup System
 *
 * Comprehensive testing for the cleanup-models functionality
 * including edge cases, error handling, and safety features.
 */
/**
 * Run all test cases
 */
export declare function runCleanupSystemTests(): Promise<void>;
/**
 * CLI function to run tests
 */
export declare function runCleanupTestsTool(): Promise<{
    result: string;
}>;
export declare const cleanupTestsToolName = "test_cleanup_system";
export declare const cleanupTestsToolDescription = "Run comprehensive tests for the database cleanup system";
//# sourceMappingURL=test-cleanup-system.d.ts.map