export declare const MESSAGE_STREAMING_PUT_DELAY_MS = 8;
export declare const MESSAGE_LOADING_PLACEHOLDER = "Thinking...";
export declare const sleep: (ms: number) => Promise<unknown>;
