import type { UCOPIBase } from '../../opi.js';
import type { UCOutputDef } from '../../output.js';
export interface AggregateOPI0 extends UCOPIBase {
}
export declare const AggregateOutputDef: UCOutputDef<AggregateOPI0>;
