export declare function getNFLState(): Promise<any>;
export declare function getLeague(leagueId: string | undefined): Promise<any>;
