import type { ExtensionCommandContext } from '@earendil-works/pi-coding-agent'; type PresetManagementNavigation = 'back' | 'close'; export declare function managePresets(input: { readonly ctx: ExtensionCommandContext; readonly editPreset: () => Promise; }): Promise; export {};