declare function func(...params: any[]): any; declare namespace func { export { SYMBOL }; } export default func; export const SYMBOL: "&";