import { type LogMessage } from './types.js';
/**
 * Callback invoked once scan is complete and application is about to exit
 */
export default function onExit(scannedRepositories: number): Promise<LogMessage[]>;
//# sourceMappingURL=exit-handler.d.ts.map