/** * @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 declare const PlanSchema: Schema; //# sourceMappingURL=PlanSchema.d.ts.map