export declare const presetEn: { readonly peConnectionError: "Could not connect to the local service. Retry loading; if the connection still fails, reconnect the page."; readonly peReadError: "Could not read this preset. Retry loading or refresh the preset list."; readonly peRetryRead: "Retry loading"; readonly peReconnect: "Reconnect page"; readonly peSystemPrompt: "System prompt sections"; readonly peSectionsHint: "These templates contribute to this preset’s system prompt before the tools. Runtime variables, workspace instructions and plugin-provided guidance are assembled when the conversation runs."; readonly peDynamicPrompt: "This field is an expression; it is preserved without executing it in the editor."; readonly peDshSourcePrompt: "Tells the agent where the DSH source checkout is and keeps it separate from the current workspace. It is used when inspecting or extending DSH itself."; readonly peDshWebPrompt: "Tells the agent which Web page it is talking through, what “this page” means, and when Web changes need a rebuild or refresh."; readonly peSuppressed: "Not used"; readonly peCompletePersona: "This preset uses Persona as its entire system prompt, so this section is excluded."; readonly peLoading: "Reading preset…"; readonly peTitle: "Preset editor"; readonly peHierarchy: "Codex mode and other presets are peers. Choose one to edit, or make an editable copy of a built-in preset first."; readonly peSelect: "Preset"; readonly peSelectPlaceholder: "Choose a preset…"; readonly peEditable: "This is an editable user preset."; readonly peBuiltinEdit: "Built-in presets are read-only. Create a copy to edit it."; readonly peCreateCopy: "Create editable copy"; readonly peCodexSection: "Codex mode capabilities"; readonly peAddCodex: "Add Codex capabilities to this preset"; readonly peAddCodexHint: "Adds the Codex prompt, tools, hosted search, and remote compaction to this preset."; readonly peActivityGlobal: "Activity status is a global display setting and is shared by all presets."; readonly peSaveCopy: "Save new preset"; readonly peSaved: "Saved. Select this preset in a new conversation."; readonly pmGlobalSettings: "Global settings"; readonly pmRefresh: "Refresh"; readonly pmBuiltIn: "Built-in"; readonly pmCustom: "Custom"; readonly pmDiscard: "Discard your unsaved changes?"; readonly pmConflict: "This preset changed in another page or on disk. Reopen the latest version before saving."; readonly pmYamlError: "The configuration must be valid YAML. Your draft has not been saved."; readonly pmErrorDetails: "Technical details"; readonly pmSaveError: "Could not complete this action. Your draft is still here."; readonly pmName: "Name"; readonly pmDescription: "Description"; readonly pmCancel: "Cancel"; readonly pmSave: "Save changes"; }; export declare const presetZh: Record; //# sourceMappingURL=preset-copy.d.ts.map