import type { DynamicActionsFunction } from "node-plop";
export default function getActions(templatesPath: string): DynamicActionsFunction;
