interface SubsocialSupportContent extends Enum {
    readonly isNone: boolean;
    readonly isOther: boolean;
    readonly asOther: Bytes;
    readonly isIpfs: boolean;