/**
 * Contains name of progress indicator group for local progress indicator
 */
export interface RestProgressIndicatorGroup extends TypedPropertyDescriptor<unknown> {
    /**
     * Name of progress indicator group
     */
    groupName: string;
}
//# sourceMappingURL=progressIndicatorGroup.interface.d.ts.map