export declare enum State { ERROR = "error", SUCCESS = "success", DEFAULT = "default" } export declare type TulState = `${State}`;