declare function func(first: any, ...rest: any[]): any; declare namespace func { export { SYMBOL }; } export default func; export const SYMBOL: "/";