/** * Path where the user ran `npx electric` */ export declare const appRoot: string; /** * Path to the package.json of the user app */ export declare const appPackageJsonPath: string;