/** * Writes a catalog descriptor file containing the provided entity to a path in the workspace. * @public */ export declare function createCatalogWriteAction(): import("@backstage/plugin-scaffolder-node").TemplateAction<{ entity: Record; filePath?: string | undefined; }, import("@backstage/types").JsonObject>;