import { ScoreInfoType } from '../types'; export declare function getRUMAllProject({ secretId, secretKey, }: { secretId: string; secretKey: string; }): Promise; export declare function getRUMScores({ secretId, secretKey, startTime, endTime, }: { secretId: string; secretKey: string; startTime: string; endTime: string; }): Promise>;