import { GraphQLError } from 'graphql'; import type { ExceptionOptions } from '../interfaces/graphql-exception.interface'; export declare class GraphQLException extends GraphQLError { constructor(message: string, options: ExceptionOptions); } //# sourceMappingURL=graphql-exception.d.ts.map