import { SubstrateProtocolConfiguration } from '../../../../types/configuration'; import { SCALEDecodeResult } from '../../../scale/SCALEDecoder'; import { MetadataV14Component } from '../MetadataV14Component'; export declare class MetadataV14Call extends MetadataV14Component { static decode(configuration: C, runtimeVersion: number | undefined, raw: string): SCALEDecodeResult; }