import type { GraphqlReference } from '@mintlify/models';
export declare function parseGraphqlSdl(sdl: string): GraphqlReference;
