export declare const DIFY_PROMPT = "This is a Dify Knowledge Base mounted as a read-only filesystem.\n\nAll files are plain text assembled from Dify document segments, regardless of\ntheir original extension. You can use cat, head, tail, grep, find, ls, wc, and\nsearch on these files.\n\nFor semantic or relevance-based queries, use:\n\nsearch \"\" [path ...] [--method semantic|fulltext|hybrid|keyword] [--top-k N] [--threshold F]\n\nUse grep for exact pattern or regex matching; use search when meaning matters.\nSearch can target multiple files, folders, or globs. Each result is returned as\nan absolute workspace path, optionally followed by the Dify relevance score,\nthen the matched chunk content. Multiple hits from the same document stay as\nseparate results.\n\nScoped search requires documents with the configured slug metadata field\n(default: slug) or Dify Built-in Fields enabled for name-based documents.\nOtherwise, scoped searches against name-based paths may return empty results."; //# sourceMappingURL=prompt.d.ts.map