/** * Secure compare, from https://github.com/freewil/scmp */ export declare function timingSafeEqualOverride(a: string, b: string): boolean;