import { GraphQLError } from "graphql"; export declare const formatError: (err: GraphQLError) => { serviceName: string; message: string; status: string; stack: any; }; //# sourceMappingURL=formatError.d.ts.map