import { Namespace, Program } from "@typespec/compiler"; export interface MsGraphTerm { Name: string; Type: string; Description: string; } export declare function GetMsGraphTerms(program: Program, namespace: Namespace): MsGraphTerm[]; //# sourceMappingURL=term.d.ts.map