/** In case of smpp the channel can not be "both" */
export declare enum ChannelEnum {
    'both' = "both",
    'marketing' = "marketing",
    'transactional' = "transactional"
}
//# sourceMappingURL=ChannelEnum.d.ts.map