import { Constructor } from '@polkadot/types/types';
/** @internal */
export declare function isCompactEncodable(Child: Constructor<any>): boolean;
