export declare type Metrics = {
    /**
     * Defines the begin of the time range.
     */
    begin_time: string;
    /**
     * Defines the end of the time range.
     */
    end_time: string;
};
