interface NodeDesktop { myMethod1: (arg1: number) => null; } export default NodeDesktop;