interface Window { atomicQuery: any; loadCode: (codeUrl) => void; saveCode: () => void; }