import { TGBotNotify } from './notify';
export interface TGBotNotificationConfig extends TGBotNotify {
    branch?: string;
}
