export declare class MatchTFTQueryDTO {
    /**
     * Number of TFT Matches to list
     */
    count?: number;
}
