export = Mymodule declare namespace Mymodule { interface Person { name: string age: number } export function getDate(): string; export function getDay(): string; export function getStr(): string }