import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class GroupedPartsOutMsg { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); addLinkPart(label?: string, link?: string, description?: string, context?: string): void; getNumOfParts(): number; setHeader(header?: string): void; } //# sourceMappingURL=GroupedPartsOutMsg.d.ts.map