import type { BytesToHexFn, HexToBytesFn, RandomBytesFn } from './types'; import { HexToStringFn, StringToHexFn } from './types'; export declare const bytesToHex: typeof BytesToHexFn; export declare const hexToBytes: typeof HexToBytesFn; export declare const randomBytes: typeof RandomBytesFn; export declare const hexToString: typeof HexToStringFn; export declare const stringToHex: typeof StringToHexFn; export * from './shared'; //# sourceMappingURL=index.d.ts.map