import SubPath from "../../models/SubPath.js"; import { CloneTemplate } from "engine"; import { RavenConfigType } from "lib/types/configurator.js"; export declare const getEntitiesFilesCloningCommands: (paths: { user: SubPath; }, config: RavenConfigType) => CloneTemplate[];