import type { UserReturnsState } from './types/index.js'; export declare const INITIAL_STATE: UserReturnsState; declare const userReturns: (state?: any, action?: { type?: string | undefined; payload?: any; }) => any; export default userReturns;