import type { PiLikeContext } from "../pi-context.js"; export declare function handleAsk(ctx: PiLikeContext, promptArg: string): Promise;