declare function handleLogin(): Promise<void>;
declare function handleSend(): Promise<void>;

export { handleLogin, handleSend };
