import type { Arguments, CommandBuilder } from "yargs"; import type { SetupMistralArgs } from "../../lib/types/index.js"; export declare const handleMistralSetup: (argv: Arguments) => Promise; export declare const setupMistralBuilder: CommandBuilder;