import type { ChannelId } from '../types/session.js'; import type { ChannelPolicy } from './types.js'; export declare const DEFAULT_CHANNEL_POLICIES: readonly ChannelPolicy[]; export declare function getDefaultChannelPolicy(channelId: ChannelId): ChannelPolicy;