export declare const getNodePath: (root?: string) => string;
export declare const getMode: () => "production" | "development" | "test";
export declare const getDistDir: (mode: "production" | "development" | "test") => string;
//# sourceMappingURL=getPaths.d.ts.map