declare const constants: { version: string; generateTokenByAuthCodeUrl: string; generateTokenByRefreshTokenUrl: string; }; export default constants;