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