export declare const getPersistedStore: <T extends Record<string, any>>(target: T) => Promise<T | null>;
