import { MitosisComponent } from '../types/mitosis-component'; /** * Map getters like `useStore({ get foo() { ... }})` from `state.foo` to `foo()` */ export declare const gettersToFunctions: (json: MitosisComponent) => void;