import { Ora as OraType } from 'ora';
export declare const buildLogger: (startText?: string) => OraType;
export declare const getFileExtension: (filename: string) => string | undefined;
export declare const maybeFixMissingWindowsEnvVar: () => void;
export declare const restoreMintlifyLast: () => void;
export declare const getTarUrl: (version: string) => string;
export declare const getClientVersion: () => string;
