import type { Message } from "../types.js"; export declare function isInternalMessage(message: Message): boolean;