export declare enum TransferProtocol {
    HTTP = "http",
    HTTPS = "https",
    WS = "ws",
    WSS = "wss"
}
export declare enum DataFormatName {
    INT_32 = "int32",
    INT_64 = "int64",
    FLOAT = "float",
    DOUBLE = "double",
    BYTE = "byte",
    BINARY = "binary",
    DATE = "date",
    DATE_TIME = "date-time",
    PASSWORD = "password"
}
export declare enum DataTypeName {
    VOID = "void",
    INTEGER = "integer",
    NUMBER = "number",
    BOOLEAN = "boolean",
    STRING = "string",
    ARRAY = "array",
    OBJECT = "object",
    FILE = "file"
}
//# sourceMappingURL=constants.d.ts.map