import { AndroidMarket } from "./types";
export declare const IOS_REVIEW_URL = "itms-apps://apps.apple.com/app/id";
export declare const ANDROID_MARKET_URLS: Record<AndroidMarket, string>;
//# sourceMappingURL=constants.d.ts.map