import type { MsgContext } from "../auto-reply/templating.js"; import type { KlawConfig } from "../config/types.js"; export declare function resolveChannelInboundAttachmentRoots(params: { cfg: KlawConfig; ctx: MsgContext; }): readonly string[] | undefined; export declare function resolveChannelRemoteInboundAttachmentRoots(params: { cfg: KlawConfig; ctx: MsgContext; }): readonly string[] | undefined;