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