/**
 * 2024-09-07:  Migrated from the same folder in fps-library-v2/banner/features/FPSWebPartClass/functions/...
 */
import { PageContextCopy_15_2_User } from "../../../types/@msft/1.15.2/WebPartContext";
/**
 * This was moved from BuildBannerPropsX2 to here so the same logic could be used directly in the web part.
 *    Also created IPageContextCopy_15_2User in WebPartContext
 * @param _trickyEmailsAll
 * @param user :  if user === null then it will compare against FPSUser
 * @returns
 */
export declare function check4Tricks(_trickyEmailsAll: string[], user: PageContextCopy_15_2_User): boolean;
export declare function retrieveFPSUser(): any;
//# sourceMappingURL=showTricks.d.ts.map