function serializeimport { serialize } from "https://dotland.deno.dev/x/effector@effector-vue%4023.1.0/packages/effector/index.d.ts"; serialize(scope: Scope, options?: { ignore?: Array<Store<any>>; onlyChanges?: boolean; }): { [sid: string]: any; }Serialize store values from given scope Serialize store values from given scope Parametersscope: Scopeoptionaloptions: { ignore?: Array<Store<any>>; onlyChanges?: boolean; }Returns{ [sid: string]: any; }object with saved values