export declare const DATABRICKS_VOLUME_PROMPT = "{prefix}\n Remote Databricks Unity Catalog volume filesystem.\n IMPORTANT: This is a remote mount - every file/dir access is an API round-trip.\n Prefer targeted reads (ls, head, grep, rg, find with a path/glob) over full\n scans; recursive ops (rm -r, cp -r, tree, grep -r) over a large tree are slow.\n Create parent dirs before writing: `mkdir -p /path && cmd > /path/out`.\n mv/cp are non-atomic full copies (no server-side rename) - avoid on large files.\n sed -i is not supported; transform and redirect to a new file instead.\n Read/analyze: ls, cat, head, tail, grep, rg, find, tree, stat, wc, sort, uniq,\n cut, nl, tr, sed, awk, jq, diff.\n Write: touch, rm, rm -r, mkdir, mkdir -p, cp, mv, and >/>> redirects."; //# sourceMappingURL=prompt.d.ts.map