import type { ChannelWithKey } from '../types/index.js';
export declare function generateChannelLink(channel: ChannelWithKey): string;
