declare function create(initializer: any): { (): any; getState(): any; setState(): void; subscribe(): () => void; destroy(): void; }; declare const zustand_create: typeof create; declare namespace zustand { export { zustand_create as create, create as default }; } export { create as c, zustand as z };