/**
 * Main function to run the Flake Checker CLI tool.
 * It displays a banner, finds Playwright config files, prompts for base URL and ports,
 * and updates the configuration.
 *
 * @returns {Promise<void>}
 */
export declare const flakeChecker: () => Promise<void>;
