///
import type { Persistor } from '@segment/sovran-react-native';
export declare const createMockStore: (initialState: T) => {
getState: jest.Mock>, unknown[], any>;
dispatch: jest.Mock>, [action: unknown], any>;
};
export declare const createTestPersistor: (storage?: Record) => Persistor;
//# sourceMappingURL=test-helpers.d.ts.map