let bool: string;
bool = "asd";
bool = "asd2";
export { bool };