import { INodeExample, INodeExternalExample } from '@stoplight/types'; export declare const isNodeExample: (example: INodeExample | INodeExternalExample) => example is INodeExample;