declare function func(exp1: any, exp2: any): number; declare namespace func { export { SYMBOL }; } export default func; export const SYMBOL: "^";