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