export declare const ALL = "ALL"; export declare const POPULAR = "POPULAR"; export declare const LIVE = "LIVE"; export declare const FINISHED = "FINISHED"; export declare const ODDS = "ODDS"; export declare const UPCOMING = "UPCOMING"; export declare const statusFilters: string[];