import { ThingType } from "./ThingType";
export declare type PlaysSubtype = Omit<ThingType, 'rpgissue'>;
