declare class CONSTANT { static API_BASE_URL: string; static FUNCTION: string; static KAKAO_USER_ME: string; static GOOGLE_FORM: string; static CONTACT_EMAIL: string; static STRAPI_TOKEN: string; } export default CONSTANT;