/** * Shape an assistant reply to match the user's tracked style. * * Returns the reshaped text. Non-destructive: never invents content, * only strips known-noise patterns. Always returns a non-empty string * (falls back to the input on any error). */ export declare function shapeReplyForUserStyle(reply: string): string;