export declare const paths: {
    appPath: string;
    appBuild: string;
    appBuildZip: string;
    appSrc: string;
    appPackageJson: string;
};
