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