declare function useCode(request: any): { phoneRef: import("vue").Ref; codeRef: import("vue").Ref; sendVC: () => void; isSend: import("vue").Ref; countDown: import("vue").Ref<{ start: () => void; pause: () => void; reset: (totalTime?: number | undefined) => void; current: import("@vant/use").CurrentTime; }>; isCounting: import("vue").Ref; phoneValidator: import("vue").Ref<(val: any) => boolean>; isFirst: import("vue").Ref; }; export default useCode;