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