import type { StorageEventPayload } from './types.ts'; export declare function makeEventPayload(key: K, value?: V[K] | null): StorageEventPayload;