export declare function formatCliCommand(command: string, env?: Record<string, string | undefined>): string;
