/**
 * Module returning the GraphQL schema for the user management API.
 * @module graphql/Schema
 */
declare const _default: import("graphql").GraphQLSchema;
export default _default;
