/** * Canonical TAP path conventions — single source of truth. * These strings also appear in scripts/lib/hud-wrapper-template.txt and * scripts/plugin-setup.mjs; keep them in sync (enforced by paths-consistency.test.ts). */ export declare const TAP_PLUGIN_MARKETPLACE_SLUG = "tap"; export declare const TAP_PLUGIN_PACKAGE_NAME = "thalix-auto"; export declare const TAP_PLUGIN_CACHE_REL = "plugins/cache/tap/thalix-auto"; export declare const TAP_PLUGIN_MARKETPLACE_REL = "plugins/marketplaces/tap"; export declare const TAP_HUD_DIST_REL = "dist/hud/index.js"; export declare const TAP_HUD_WRAPPER_REL = "hud/tap-hud.mjs"; export declare const TAP_HUD_WRAPPER_LIB_REL = "hud/lib/config-dir.mjs"; export declare const TAP_CONFIG_FILE_REL = ".tap-config.json"; //# sourceMappingURL=paths.d.ts.map