import type { CommandAction } from '../../../types/CommandAction.js'; export interface NonSemverDepsOptions { /** Only get production deps */ prod?: boolean; } /** Executor for the "info non-semver-deps" verb */ export declare const execute: CommandAction; //# sourceMappingURL=execute.d.ts.map