import { BaseGenerator } from './base'; export declare class Pm2ConfigJsonGenerator extends BaseGenerator { contents: string; constructor(filename: string, path: string); }