const exported: string = "I am exported" const exported_function: function = (): string { return "I am also exported!" }