UNPKG

netlify-cli

Version:

Netlify command line tool

4 lines 255 B
import { OptionValues } from 'commander'; import BaseCommand from '../base-command.js'; export declare const envImport: (fileName: string, options: OptionValues, command: BaseCommand) => Promise<false | undefined>; //# sourceMappingURL=env-import.d.ts.map