import { RecordPlugin } from '@rrweb/types'; export declare const getRecordSequentialIdPlugin: (options?: Partial) => RecordPlugin; export declare const PLUGIN_NAME = "rrweb/sequential-id@1"; export declare type SequentialIdOptions = { key: string; }; export { }