2025-04-09 13:27:08 +00:00

7 lines
221 B
TypeScript

export default class Configuration {
static configureModule(opts: any): void;
static findPackageJson(): string | null | undefined;
static init(conf: any, doNotTellPm2?: any): any;
static getMain(): any;
}