export declare const useCountDown: (contractPaydate: number, init: () => void, countdownCancel: any, contractId: string | number) => { resultTime: string; };