/// <reference types="node" />
export * from './sign-typed-data';
export * from './encryption';
export declare function padWithZeroes(hexString: string, targetLength: number): string;
export declare function legacyToBuffer(value: any): Buffer;
export declare function isNullish(value: any): boolean;
