import { WorkspaceConfig } from "./types"; declare function saveConfig(path: string, config: WorkspaceConfig[]): void; export { saveConfig };