function forkimport { fork } from "https://dotland.deno.dev/x/effector@effector-vue%4023.1.0/packages/effector/index.d.ts"; fork(config?: { values?: StorePair<any>[] | SerializedState | LegacyMap; handlers?: Handlers; }): ScopeCreates isolated instance of application. Primary purposes of this method are SSR and testing. fork(domain: Domain, config?: { values?: SerializedState | LegacyMap | Array<[StoreWritable<any>, any]>; handlers?: Handlers; }): ScopeCreates isolated instance of application. Primary purposes of this method are SSR and testing. Creates isolated instance of application. Primary purposes of this method are SSR and testing. Parametersoptionalconfig: { values?: StorePair<any>[] | SerializedState | LegacyMap; handlers?: Handlers; }optional configuration object with initial store values and effect handlers ReturnsScopenew scope Creates isolated instance of application. Primary purposes of this method are SSR and testing. Parametersdomain: Domainoptional root domain optionalconfig: { values?: SerializedState | LegacyMap | Array<[StoreWritable<any>, any]>; handlers?: Handlers; }optional configuration object with initial store values and effect handlers ReturnsScopenew scope