export default function useAppEmit(emit?: T): { appEmit: (...args: any) => T | undefined; };