/** * A type defining all the valid sub types a Card can have */ export declare type CardSubType = 'Aes Sedai' | 'Aiel' | 'Andor' | 'Cairhien' | 'Character' | 'Children of the Light' | 'Dark One' | 'Dragon' | 'Illian' | 'Limited' | 'Mercenary' | 'Player' | 'Precedence' | 'Tear' | 'Troop' | 'World';