import { Actor } from './actor.js'; /** * Purpose: Enable staking reputation to enter the pool of workers */ export class Availability extends Actor {}