import type { ExtensionCommandContext } from '@earendil-works/pi-coding-agent'; export declare function promptPrefilledText(input: { readonly ctx: ExtensionCommandContext; readonly title: string; readonly currentValue: string; }): Promise;