import * as $dara from '@darabonba/typescript'; export declare class DescribeSavingsPlanEstimationRequest extends $dara.Model { estimationResource?: string; instanceTypeScope?: string; offeringType?: string; period?: string; periodUnit?: string; planType?: string; regionId?: string; resourceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }