import type { AddCliOptions, FileNode, FolderNode, Snippet, SyncInfo } from "../../types"; export declare function addCommand(opts: AddCliOptions): Promise; export declare function fetchSnippet(id: string): Promise; export declare function writeFiles(appRootDir: string, snippet: Snippet, files: Array, rootPath: string, addSessionLink: boolean): Promise; export declare function suggestRootPath(appRootDir: string, framework: string): string;