export { /** * @deprecated This export isn't used by the framework, so it'll be removed * in a future version. */ TARGETS_NODE, /** * @deprecated This export isn't used by the framework, so it'll be removed * in a future version. */ getApiSideBabelConfigPath, /** Used by @cedarjs/internal and @cedarjs/testing */ getApiSideBabelPlugins, /** Used by @cedarjs/testing */ getApiSideBabelPresets, /** Used by @cedarjs/testing and @cedarjs/eslint-config */ getApiSideDefaultBabelConfig, /** Used by @cedarjs/cli, @remix/cli-helpers and @cedarjs/prerender */ registerApiSideBabelHook, /** Used by @cedarjs/internal and @cedarjs/vite */ transformWithBabel, } from './api.js'; export { /** * @deprecated This export isn't used by the framework, so it'll be removed * in a future version. */ getWebSideBabelConfigPath, /** * @deprecated This export isn't used by the framework, so it'll be removed * in a future version. */ getWebSideBabelPlugins, /** * @deprecated This export isn't used by the framework, so it'll be removed * in a future version. */ getWebSideBabelPresets, /** Used by @cedarjs/cli, @remix/eslint-config and @cedarjs/vite */ getWebSideDefaultBabelConfig, /** * @deprecated This export isn't used by the framework, so it'll be removed * in a future version. */ getWebSideOverrides, /** Used by @cedarjs/prerender */ registerWebSideBabelHook, } from './web.js'; export type { Flags } from './web.js'; export { /** Used by our eslint-config */ getCommonPlugins, /** * @deprecated This export isn't used by the framework, so it'll be removed * in a future version. */ getPathsFromTypeScriptConfig as getPathsFromConfig, /** Used by vite */ getRouteHookBabelPlugins, /** * @deprecated This export isn't used by the framework, so it'll be removed * in a future version. */ parseTypeScriptConfigFiles, /** * @deprecated This export isn't used by the framework, so it'll be removed * in a future version. */ registerBabel, } from './common.js'; //# sourceMappingURL=index.d.ts.map