import { type GraphQLSchema } from 'graphql'; export declare function printSchemaWithDirectives(schema: GraphQLSchema): string;