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