import { type IAppState } from '../state';
export declare const init: (options: {
    lockfileExplorerProjectRoot: string;
    appVersion: string;
    debugMode: boolean;
    subspaceName: string;
}) => IAppState;
//# sourceMappingURL=init.d.ts.map