import type { Loader } from "esbuild"; import { escapeRegExp, toPosixPath } from "../../src/core/discovery.d.ts"; import { normalizeI18nLanguage as normalizeLanguage } from "../../src/core/i18n/shared.d.ts"; declare const I18N_PACKAGE_NAME: string; declare function toRelativeImport(value: string): string; declare function toRootRelative(rootDir: string, filePath: string): string; declare function isInsideDirectory(rootDir: string, filePath: string): boolean; declare function resolveCodeLoader(filePath: string): Loader; declare function isCodeFile(filePath: string): boolean; declare function sanitizeBindingSegment(value: string): string; export { escapeRegExp, I18N_PACKAGE_NAME, isCodeFile, isInsideDirectory, normalizeLanguage, resolveCodeLoader, sanitizeBindingSegment, toPosixPath, toRelativeImport, toRootRelative, }; //# sourceMappingURL=shared.d.ts.map