import { GlobalOptions } from "../types/index.js";
export declare function promptUser(): Promise<GlobalOptions>;
