/** * 临时权限信息对象 */ export declare class Credentials { tmpSecretId: string; tmpSecretKey: string; sessionToken: string; }