// Copyright (c) .NET Foundation. All rights reserved.// Licensed under the MIT License.import * as types from'@azure/functions';
import { HookContext } from'./HookContext';
exportclassAppStartContextextendsHookContextimplements types.AppStartContext {}