import { RavenConfigType } from "../../types/configurator.js"; import { CloneTemplate } from "engine"; export declare const getAuthFilesCloningCommands: (config: RavenConfigType) => CloneTemplate[];