export declare enum AppPageUrls { Paycard = "paycard/", PaycardNew = "paycard/new", Wallet = "wallet/" } export declare enum AppActions { ShowToast = "showToast", ShowSnackbar = "showSnackbar", ShowShortDialog = "showShortDialog", ShowDetailedDialog = "showDetailedDialog", PushPage = "pushPage", PushNativePage = "pushNativePage", Dismiss = "dismiss", ShowWebDialog = "showWebDialog" } export declare enum WebBaseUrls { Production = "https://swingapp.io/", Test = "https://beta.d3hhagfrs76xcg.amplifyapp.com/" } export declare enum WebPageUrls { PassInfo = "pass/subscription-info-dialog", Rent = "rents", Pickup = "rents/pickup", Payment = "rents/new/payment", ManageScoot = "rents/manage/scoot", HelpReturning = "rents/help/return" } export declare const CardResources: { wallet: { color: string; image: string; }; pass: { color: string; image: string; }; rent: { color: string; image: string; }; };