/** Resolves a hook's starting value by key presence, so a persisted `null` is not mistaken for an absence. */ export default function getPersistedValue(key: string, initialValue: T | (() => T), persist?: string): T; //# sourceMappingURL=get-persisted-value.d.ts.map