import type { Registry } from '@polkadot/types-codec/types';
/** @internal */
export declare function validateTypes(registry: Registry, throwError: boolean, types: string[]): string[];
