import { ActionEvent as ProtoActionEvent } from '../../../proto/ai/inworld/packets/packets.pb.js';
export declare class NarratedAction {
readonly text: string;
constructor({ text }: {
text: string;
});
static fromProto(proto: ProtoActionEvent): NarratedAction;
}