/// export declare const hexToBuff: (hex: string) => Buffer; export declare const hexToBase64: (hex: string) => string;