import type { ComponentInternalInstance } from 'vue'; export declare function useListeners(omitKeys?: string[], instance?: ComponentInternalInstance): Record;