export declare const PUBLISH: 0; export declare type PUBLISH = typeof PUBLISH; export declare const SUBSCRIBE: 1; export declare type SUBSCRIBE = typeof SUBSCRIBE; export declare const RESET: 2; export declare type RESET = typeof RESET; export declare const VALUE: 4; export declare type VALUE = typeof VALUE;