/**
 * Internal custom hook for managing user input submissions.
 */
export declare const useSubmitInputInternal: () => {
    handleSubmitText: (inputText?: string, sendInChat?: boolean) => Promise<void>;
};
//# sourceMappingURL=useSubmitInputInternal.d.ts.map