export type DispatcherOptions = {
    processCount: number;
    serviceInitializerPath: string;
    serviceInitializerClassName?: string;
};
//# sourceMappingURL=dispatcher-options.t.d.ts.map