export declare function constantTimeCompare(val1: string, val2: string): boolean;
