/**
 * Contains indication whether report progress
 */
export interface RestReportProgress extends TypedPropertyDescriptor<unknown> {
    /**
     * Indication whether report progress
     */
    reportProgress: boolean;
}
//# sourceMappingURL=reportProgress.interface.d.ts.map