export type FetchEndpointSchemaOptions = { headerHost?: string; headers?: Record; auth?: string; }; export declare function fetchEndpointSchemaSDL(endpoint: string, opts?: FetchEndpointSchemaOptions): Promise;