import { type ExecSyncOptions } from "node:child_process"; export declare function warnIfOutdated(currentVersion: string, exec?: (command: string, options: ExecSyncOptions) => Buffer | string): Promise;