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