import { type CLIOptions } from "./core/index.ts";
export declare const main: (pattern: string, cliOptions: Partial<CLIOptions>) => Promise<void>;
