import { getTypedCodecs } from 'polkadot-api'; import { hub } from '@galacticcouncil/descriptors'; type HubCodecs = Awaited>>; export declare function getHubCodecs(): Promise; export {};