I have a namespace in typescript that looks like this :
export declare namespace MyNamespace { const myFunc = (a:number) => 3; }
My co