import ServiceBase from '../base';
declare class RecycleService extends ServiceBase {
    getProjectRecycle: (options: any) => Promise<{}>;
    recoverProjectRecycle: (options: any) => Promise<{}>;
    deleteProjectRecycle: (options: any) => Promise<{}>;
}
export { RecycleService };
//# sourceMappingURL=recycle.d.ts.map