export declare const timingSafeStringCompare: (firstString: string, secondString: string) => boolean;
export default timingSafeStringCompare;
