import type { OutputKind } from '../types.mts'; export declare function checkCommandInput(outputKind: OutputKind, ...checks: Array<{ fail: string; message: string; test: boolean; nook?: boolean | undefined; pass?: string | undefined; }>): boolean; //# sourceMappingURL=check-input.d.mts.map