import { IHttpOperation } from '@stoplight/types'; export declare function getHttpOperationsFromSpec(specFilePathOrObject: string | object): Promise;