declare const one = 1;
declare const two = 2;

export { one, two };
