export declare function isInsignificantClick(event: MouseEvent): boolean; export declare function isSignificantClick(event: MouseEvent): boolean; export declare function preventInsignificantClick(event: MouseEvent): void; export declare function getCookieValue(cookieName?: string): string | undefined; export declare function getMetaContent(str: string): string | undefined; //# sourceMappingURL=misc.d.ts.map