import { SessionRecorderProps, SessionRecorderHookReturn } from './types';
export declare function useSessionRecorder({ autoStart, apiKey, apiUrl, maxSessionDuration, saveInterval, excludePaths, recordCanvas, recordCrossOriginIframes, sessionId: customSessionId, onSessionStart, onSessionStop, onError }: SessionRecorderProps): SessionRecorderHookReturn;
