import type { IPathVirtualProperty } from "../swagger.js"; import type { IPluginOptions } from "./typeDeclaration.js"; /** * Parses actions from the given data and generates a map of action content. * * @param {Map} data - The data to parse actions from. * @param {string} defFileName - The name of the definition file. * @return {Map} A map of action content where the key is the action file name and the value is the action content. */ export declare const parserActions: (data: Map, defFileName: string, options: IPluginOptions) => Map; //# sourceMappingURL=action.d.ts.map