import { BlockEmit } from '@vtj/core';
export declare function parseEmits(emits?: Array<string | BlockEmit>): string[];
