export declare const getDirName: () => string; export declare const getLexPackageJsonPath: () => string; export declare const relativeFilePath: (filename: string, dirPath?: string, backUp?: number) => string; export declare const relativeNodePath: (packageName: string, dirPath?: string) => string; export declare const resolveBinaryPath: (binaryName: string, packageName?: string) => string; export declare const findTailwindCssPath: () => string; export declare const resolveWebpackPaths: (currentDirname: string) => { webpackPath: string; webpackConfig: string; };