import * as $dara from '@darabonba/typescript'; export declare class DeleteSourceMapRequest extends $dara.Model { /** * @remarks * The IDs of the SourceMap files. * * This parameter is required. */ fidList?: string[]; /** * @remarks * The process identifier (PID) of the application. * * This parameter is required. * * @example * atc889zkcf@d8deedfa9bf**** */ pid?: string; /** * @remarks * The ID of the region. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }