import { AliasEnvironment } from "./types.js"; export declare const ALIASES_JSON_FILE_ENV_VAR = "ALIASES_JSON_FILE"; export declare const RESOURCES_JSON_FILE_ENV_VAR = "RESOURCES_JSON_FILE"; export declare function detectEnvironment(): AliasEnvironment; export declare function getAliasesFilePath(): string; export declare function getResourcesFilePath(): string;