import type { GraphQLClient } from 'graphql-request'; import type { PerformanceIncident } from './performance-incidents.js'; export declare function getPerformanceIncident(graphqlClient: GraphQLClient, appId: string, incidentNumber: string): Promise; //# sourceMappingURL=performance-incident.d.ts.map