import { PredefinedSchemaType } from "../types/configurator.js"; export default function generateAction({ schema, }: { schema: PredefinedSchemaType; }): Promise;