import { Janitor } from "@rbxts/janitor";
export default class Destroyable {
    protected readonly janitor: Janitor<void>;
    destroy(): void;
}
