import { getGraphQLSchemaFromBundle, JSONSchemaLoaderBundle as OpenAPILoaderBundle } from '@omnigraph/json-schema';
import { OpenAPILoaderOptions } from './types';
/**
 * Creates a bundle by downloading and resolving the internal references once
 * to load the schema locally later
 */
export declare function createBundle(name: string, openApiLoaderOptions: OpenAPILoaderOptions): Promise<OpenAPILoaderBundle>;
export { getGraphQLSchemaFromBundle, OpenAPILoaderBundle };
