export type NextFlightActionEntryLoaderOptions = {
    actions: string;
};
declare function nextFlightActionEntryLoader(this: any): string;
export default nextFlightActionEntryLoader;
