/* eslint-disable @typescript-eslint/prefer-namespace-keyword */ declare global { interface Window { [index: string | number]: unknown; // TODO: to match promise template system, can be removed once promise template is gone remoteLoading: Record; __remote_scope__: Record; } }