import type { BotConfig } from "../config/config.js"; export declare function getDefaultMediaLocalRoots(): readonly string[]; export declare function getAgentScopedMediaLocalRoots(cfg: BotConfig, agentId?: string): readonly string[];