export declare const useCallTimer: () => { callDuration: string; startCallTimer: () => void; stopCallTimer: () => void; };