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