export declare const ONE_SECOND_MS = 1000; export declare const ONE_MINUTE_MS: number; export declare const ONE_HOUR_MS: number; export declare const ONE_DAY_MS: number; /** Email to reach out to for Zupass-related support */ export declare const ZUPASS_SUPPORT_EMAIL = "support@zupass.org"; /** Email that will be sending out various notifications or messages related to Zupass */ export declare const ZUPASS_SENDER_EMAIL = "noreply@zupass.org"; /** Current GitHub repository for Zupass */ export declare const ZUPASS_GITHUB_REPOSITORY_URL = "https://github.com/proofcarryingdata/zupass"; //# sourceMappingURL=Constants.d.ts.map