import { Prefix } from './types';
export default function encode(_key: Uint8Array | string, prefix?: Prefix): string;
