/** Constant-time string compare without Node `crypto` (portable). */ export declare function timingSafeEqualString(a: string, b: string): boolean;