launcher.d.ts 116 B

12
  1. import { Config } from './config';
  2. export declare let init: (configFile: string, additionalConfig: Config) => void;