import { Account as _ProtoShadowsocks2022Account } from '../../proto/proxy/shadowsocks_2022/config'; import { Account as _ProtoShadowsocksAccount } from '../../proto/proxy/shadowsocks/config'; import { Account as _ProtoTrojanAccount } from '../../proto/proxy/trojan/config'; import { Account as _ProtoVlessAccount } from '../../proto/proxy/vless/account'; import { Account as _ProtoVmessAccount } from '../../proto/proxy/vmess/account'; import { Account as _ProtoSocksAccount } from '../../proto/proxy/socks/config'; import { Account as _ProtoHttpAccount } from '../../proto/proxy/http/config'; export type ProtoShadowsocks2022Account = typeof _ProtoShadowsocks2022Account; export type ProtoShadowsocksAccount = typeof _ProtoShadowsocksAccount; export type ProtoTrojanAccount = typeof _ProtoTrojanAccount; export type ProtoVlessAccount = typeof _ProtoVlessAccount; export type ProtoVmessAccount = typeof _ProtoVmessAccount; export type ProtoSocksAccount = typeof _ProtoSocksAccount; export type ProtoHttpAccount = typeof _ProtoHttpAccount; export declare const ProtoShadowsocks2022Account: import("../../proto/proxy/shadowsocks_2022/config").MessageFns<_ProtoShadowsocks2022Account, "xray.proxy.shadowsocks_2022.Account">; export declare const ProtoShadowsocksAccount: import("../../proto/proxy/shadowsocks/config").MessageFns<_ProtoShadowsocksAccount, "xray.proxy.shadowsocks.Account">; export declare const ProtoTrojanAccount: import("../../proto/proxy/trojan/config").MessageFns<_ProtoTrojanAccount, "xray.proxy.trojan.Account">; export declare const ProtoVlessAccount: import("../../proto/proxy/vless/account").MessageFns<_ProtoVlessAccount, "xray.proxy.vless.Account">; export declare const ProtoVmessAccount: import("../../proto/proxy/vmess/account").MessageFns<_ProtoVmessAccount, "xray.proxy.vmess.Account">; export declare const ProtoSocksAccount: import("../../proto/proxy/socks/config").MessageFns<_ProtoSocksAccount, "xray.proxy.socks.Account">; export declare const ProtoHttpAccount: import("../../proto/proxy/http/config").MessageFns<_ProtoHttpAccount, "xray.proxy.http.Account">; export type ProtoAccount = ProtoShadowsocks2022Account | ProtoShadowsocksAccount | ProtoTrojanAccount | ProtoVlessAccount | ProtoVmessAccount | ProtoSocksAccount | ProtoHttpAccount; export type ProtoAccountType = ProtoAccount['$type'];