/**
 * init pm2
 */
export declare function withPm2(): null | undefined;
/**
 * create pm2
 */
export declare function initPm2(): Promise<void>;
