import { Trash } from "@rbxts/trash";
declare class Destroyable {
    protected readonly trash: Trash;
    destroy(): void;
}
export = Destroyable;
