declare const getCurrentModuleType: () => "cjs" | "esm";
declare const getCurrenDir: () => string;
declare const getAppPath: () => string;

export { getAppPath, getCurrenDir, getCurrentModuleType };
