UNPKG

391 BTypeScriptView Raw
1import envPaths from "env-paths";
2export declare const renderTable: (head: string[], callback: any) => void;
3export declare const updateEnvironmentVariables: (envFile: string, variables: Record<string, import("@typeskrift/foreman").ProcessIdentifier>) => void;
4export declare const getCliConfig: (flags: Record<string, any>, paths: envPaths.Paths, defaultValue?: {}) => Record<string, any>;