export const testConst = "test"; export const firstConst = "first"; export const secondConst = "second"; export var firstVar = "test_1"; export var SecondVar = "test_2";