export declare const deterministicStringify: (obj: any, opts?: any) => string | undefined;
/**
 * Returns a hash code from a string
 * Pre signing hash applicable to json strings objects
 */
export declare const hashJsonStringPreSign: (str: string) => string;
