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