export declare class PromptSent {
    id: string;
    readonly type: "PromptSent";
    constructor(id: string);
}
