import { DebugNodeConverterOptions, DebugNodeJSON } from './debug-node-to-json'; import { ComponentFixture } from '../fixture'; export declare type FixtureConverterOptions = DebugNodeConverterOptions; declare const fixtureToJSON: (fixture: ComponentFixture, options: DebugNodeConverterOptions) => DebugNodeJSON; export { fixtureToJSON };