/** * Checks whether assistant text is the NO_MESSAGE sentinel used to suppress user output. * Expects: input is the raw assistant text payload; returns true only when the sentinel is alone. */ export declare function messageNoMessageIs(text: string | null): boolean; //# sourceMappingURL=messageNoMessageIs.d.ts.map