import type { IJsonLfxWorkspace } from '../../build/lfx-shared';
export interface IAppState {
    lockfileExplorerProjectRoot: string;
    currentWorkingDirectory: string;
    projectRoot: string;
    pnpmLockfileLocation: string;
    pnpmfileLocation: string;
    appVersion: string;
    debugMode: boolean;
    lfxWorkspace: IJsonLfxWorkspace;
}
//# sourceMappingURL=index.d.ts.map