export declare class StorageStateNotification {
    readonly sourceEndpointId: string;
    readonly commitIndex: number;
    readonly serializedStorageSnapshot?: string | undefined;
    constructor(sourceEndpointId: string, commitIndex: number, serializedStorageSnapshot?: string | undefined);
}
//# sourceMappingURL=StorageStateNotification.d.ts.map