import type { FileSystem } from '@serenity-js/core/io';
import type { OutputDescriptor } from './OutputDescriptor.js';
import type { SerenityFormatterOutput } from './SerenityFormatterOutput.js';
/**
 * @group Integration
 */
export declare class TempFileOutput implements SerenityFormatterOutput {
    private readonly fs;
    constructor(fs: FileSystem);
    get(): OutputDescriptor;
}
//# sourceMappingURL=TempFileOutput.d.ts.map