export declare const constantTimeCompare: (a: string, b: string) => boolean;
