export declare const INIT_N: string;
export declare const SHORT_TO_HEX: Record<string, string>;
export declare const HEX_TO_SHORT: Record<string, number>;
