/**
* @module teams-ai
*//**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { Schema } from'jsonschema';
/**
* JSON schema for a `Plan`.
*/
export declareconstPlanSchema: Schema;
//# sourceMappingURL=PlanSchema.d.ts.map