export declare class WorkflowsConfigModel { namespace?: string; workflowrunsCollectionName?: string; timezone?: string; beatIntervalMs?: number; heartbeatIntervalMs?: number; heartbeatTimeoutMs?: number; retryDelayMs?: number; shutdownTimeoutMs?: number; } //# sourceMappingURL=workflows.config.d.ts.map