import { INodeSelector, ISourceMapNodeInstance, ISourceNodeInstance } from '../../graph'; import { GraphiteStatelessPlugin, ISourceMapPlugin, ISpecContentProvider } from '../../types'; export * from './types'; export declare const oas2NodeSelector: INodeSelector['selector']; export declare const oas2PathsSelector: INodeSelector['selector']; export declare const oas2OperationSelector: INodeSelector['selector']; export declare const isOas2: (parsed: unknown) => boolean; export declare function createOas2Plugin(sourceMapPlugin?: ISourceMapPlugin): GraphiteStatelessPlugin;