export default function useCallActions(): {
    startVideoCall: () => void;
    startAudioCall: () => void;
};
//# sourceMappingURL=useCallActions.d.ts.map