import { ChannelUpdateMessage } from "@node-lightning/wire";
import { ChannelSettings } from "../channel-settings";
/**
 * Creates channels settings from an update message
 * @param msg
 */
export declare function channelSettingsFromMessage(msg: ChannelUpdateMessage): ChannelSettings;
