export declare class AppClusterService { static clusterize(appBootstrap: () => Promise, workers?: number): void; }