/** * Exports CS onSessionReplayLinkChanged subscriber triggered when session replay link is updated. * * @param {function} onSessionReplayLinkChange - A callback that consumes the session replay link. */ export declare const onSessionReplayLinkChange: (onSessionReplayLinkChange: (sessionReplayLink: string) => void) => any; /** * set the default value of Masking * @param {boolean} isMasking default value if not interpreted is TRUE */ export declare const setDefaultMasking: (isMasking: boolean) => void;