declare global { interface Element { innerText: string; } } export declare const goodsList: () => Promise;