export declare const XCM_MAPPINGS: string[];
export declare function mapXcmTypes(version: 'V0' | 'V1' | 'V2' | 'V3' | 'V4'): Record<string, string>;
