import { DidLoadStatus, ISpecReader, OpenAPIDiffingQuestions } from './types'; import { OpenAPIV3 } from '@useoptic/openapi-utilities'; import { IFilePatch } from '../patch/types'; export declare const defaultEmptySpec: OpenAPIV3.Document; export declare class PassThroughSpecReader implements ISpecReader { private _loadedPromise; private readonly _mainOpenApiFile; mode: 'simulated'; constructor(openApi?: OpenAPIV3.Document); sourcemap(): Promise; describeLocation(): string; didLoad(): Promise; flattenedSpecification(): Promise; reload(): Promise; questions(): Promise; save(patch: IFilePatch): Promise; rootFile(): string; } //# sourceMappingURL=debug-implementations.d.ts.map