import { IConfEnv } from '../types'; export default function getChannel(site: IConfEnv['SITE'], mainDomain: string): string;