export const const hello: { str: string; }hello = { str: stringstr: "world" }; const hello: { str: string; }hello.str
const hello: { str: string; }
str: string