import { BackchannelMap } from "."; import { Network } from "../network"; import { FnArgs } from "../types"; declare const _default: { IsUp: ({ node_name, timeout }: FnArgs) => (network: Network) => Promise; Report: ({ node_name, metric_name, target_value, op, timeout, }: FnArgs) => (network: Network) => Promise; Histogram: ({ node_name, metric_name, target_value, buckets, op, timeout, }: FnArgs) => (network: Network) => Promise; Trace: ({ node_name, span_id, pattern }: FnArgs) => (network: Network) => Promise; LogMatch: ({ node_name, pattern, match_type, timeout }: FnArgs) => (network: Network) => Promise; CountLogMatch: ({ node_name, pattern, match_type, op, target_value, timeout, }: FnArgs) => (network: Network) => Promise; SystemEvent: ({ node_name, pattern, match_type, timeout }: FnArgs) => (network: Network) => Promise; CustomJs: ({ node_name, file_path, custom_args, op, target_value, timeout, is_ts, }: FnArgs) => (network: Network, _backchannelMap: BackchannelMap, configBasePath: string) => Promise; CustomSh: ({ node_name, file_path, custom_args, op, target_value, timeout, }: FnArgs) => (network: Network, _backchannelMap: BackchannelMap, configBasePath: string) => Promise; CalcMetrics: ({ node_name, metric_name_a, math_ops, metric_name_b, target_value, op, timeout, }: FnArgs) => (network: Network) => Promise; ParaBlockHeight: ({ node_name, para_id, target_value, op, timeout, }: FnArgs) => (network: Network) => Promise; ParaIsRegistered: ({ node_name, para_id, timeout }: FnArgs) => (network: Network) => Promise; ParaRuntimeUpgrade: ({ node_name, para_id, file_or_uri, timeout, }: FnArgs) => (network: Network, _backchannelMap: BackchannelMap, configBasePath: string) => Promise; ParaRuntimeDummyUpgrade: ({ node_name, para_id, timeout }: FnArgs) => (network: Network) => Promise; }; export default _default;