import { KeyType } from './KeyType'; export declare function getKeyTypeByMultiCodecPrefix(multiCodecPrefix: number): KeyType; export declare function getMultiCodecPrefixByKeyType(keyType: KeyType): number;