import type { OutputDescriptor } from './OutputDescriptor';
import type { SerenityFormatterOutput } from './SerenityFormatterOutput';
/**
 * @group Integration
 */
export declare class StandardOutput implements SerenityFormatterOutput {
    get(): OutputDescriptor;
}
//# sourceMappingURL=StandardOutput.d.ts.map