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