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