import type { Data } from './index';
export declare const dt: (hex: string) => string;
export declare const dd: (hex: string) => Data;
