import SubPath from "../models/SubPath.js"; import { RavenConfigType } from "../types/configurator.js"; import { CloneTemplate, InjectTemplate } from "engine"; export declare const getMainFilesCloningCommands: (config: RavenConfigType, paths: { user: SubPath; role: SubPath; permission: SubPath; file: SubPath; metadata: SubPath; messaging: SubPath; formOfForm: SubPath; support: SubPath; notification: SubPath; audit?: SubPath; logging?: SubPath; }) => CloneTemplate[]; export declare const getMainFilesInjectionCommands: () => InjectTemplate[];