/** * HOSTS */ /** * TOKEN */ export declare const TOKEN = "eyJhbGciOiJIUzUxMiJ9.eyJhdXRob3JpdGllcyI6IkJER0NSRSxCREdHQUwsQkRHVVBELEZSTUdBTCIsInN1YiI6Imp1bGlhbi5wYXJyYSIsImV4cCI6MTUzNTMxOTM1MX0.ORsWU40DZRv7kHWdA7x8dxsXfxX2_ZqZrYNdlMJLn0a3nZZdDhkh5Gk-I1ZkbPej8i_EeSk_sLrSZk-jwBCi6A"; /** * SPONSORS */ export declare const SPONSORS: { label: string; value: number; }[]; /** * URLS */ export declare const URLS: { CnfLookAndFeel: string; getByPatCod: string; save: string; };