"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // @ts-ignore var _default = function _default(modelPath) { return "\n// @ts-ignore\nimport { InitialState as InitialStateType } from '../".concat(modelPath, "';\n\nexport type InitialState = InitialStateType;\nexport const __PLUGIN_INITIAL_STATE = 1;\n"); }; exports.default = _default;