import { GraphQLError } from 'graphql'; export declare class InvalidTransformerError extends Error { constructor(message: string); } export declare class SchemaValidationError extends Error { constructor(errors: Readonly); } export declare class TransformerContractError extends Error { constructor(message: string); } export declare class InvalidMigrationError extends Error { fix: string; causedBy: string; constructor(message: string, causedBy: string, fix: string); } export declare class InvalidDirectiveError extends Error { constructor(message: string); } export declare class UnknownDirectiveError extends Error { constructor(message: string); } //# sourceMappingURL=index.d.ts.map