/**
 * Represents the Viber channel interface.
 *
 * @deprecated Please use types instead of interfaces.
 *
 * @ignore
 */
export interface ViberChannelInterface {
    /**
     * Specifies the channel type, which is 'viber_service'.
     */
    channel: 'viber_service';
}
//# sourceMappingURL=ViberChannelInterface.d.ts.map