export declare const PREFER_NATIVE_FILE_TOOLS_GUIDANCE = "Prefer OpenCode's native `write` and `edit` tools when creating or updating local files. Avoid bash-based file writes such as `cat >`, `echo >`, shell heredocs, or `tee` unless no native file tool can perform the edit."; export declare function formatStagingDirGuidance(stagingDir: string): string; export declare function formatStagingDirSystemGuidance(stagingDir: string): string;