export declare enum TelegrafParamtype {
    CONTEXT = 0,
    NEXT = 1,
    SENDER = 2,
    MESSAGE = 3
}
