// /// // declare namespace cocos { // export function show(): void; // } declare module 'SomeModule' { export function fn(): string; }