type ClipboardText = string; declare const useListenPaste: (textLength: number) => ClipboardText; export default useListenPaste;