import type { CommandModule } from "yargs"; export interface DebugArgv { config?: string; input?: string; logLevel?: string; "include-env": boolean; includeEnv?: boolean; } export declare const debugCommand: CommandModule<{}, DebugArgv>; //# sourceMappingURL=command.d.ts.map