export function y(yparam) {} function y2() {} export default y2; /** Description of y3 */ function y3(p: number): void {} export { y3 };