import type { RequestContext } from './types'; export declare function getComponentEvents(this: RequestContext, fileName: string, tag: string): string[] | undefined;