import { SystemError } from "@microsoft/teamsfx-api"; export declare class TeamsGraphAPIFailedSystemError extends SystemError { constructor(e: any, correlationId: string, apiName: string, extraData: string); } //# sourceMappingURL=teamsGraph.d.ts.map