import type { RAMLLoaderOptions } from './types.cjs'; export declare function loadGraphQLSchemaFromRAML(name: string, options: RAMLLoaderOptions): Promise; export declare function loadNonExecutableGraphQLSchemaFromRAML(name: string, options: RAMLLoaderOptions): Promise; export { processDirectives } from '@omnigraph/json-schema';