import envPaths from "env-paths"; export declare const renderTable: (head: string[], callback: any) => void; export declare const updateEnvironmentVariables: (envFile: string, variables: Record) => void; export declare const getCliConfig: (flags: Record, paths: envPaths.Paths, defaultValue?: {}) => Record;