import { SimplifiedIntrospection } from './types'; export declare function getSchema(introspection: any, sortByAlphabet: boolean, skipRelay: boolean, skipDeprecated: boolean): SimplifiedIntrospection;