* @deprecated 30.0.0 */ interface IProviderWithExpectedRuntime extends IProvider { /** * @return int The expected average runtime of a task in seconds * @since 28.0.0 */ public function getExpectedRuntime(): int; }