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