export default function test(a: string): string; export default function test(a: string | undefined): string { return "hello" }