import { getGraphQLSchemaFromBundle, JSONSchemaLoaderBundle as RAMLLoaderBundle } from '@omnigraph/json-schema';
import { RAMLLoaderOptions } 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, ramlLoaderOptions: RAMLLoaderOptions): Promise<RAMLLoaderBundle>;
export { getGraphQLSchemaFromBundle, RAMLLoaderBundle };
