export {} declare global { var ds: { log: (...args: any[]) => void warn: (...args: any[]) => void info: (...args: any[]) => void } }