import type { CLIOptions } from "../../utils/interfaces.js"; export declare const discover: (props: CLIOptions) => Promise;