/**
 * 2024-09-07:  Migrated from the same folder in fps-library-v2/banner/features/Tricky/...
 */
/**
 * usage:  testTricky(['test string1','test string2','test string3'])
 * return:  [ true, false, true ]
 * @param tests
 */
export declare function testTenantA(): boolean;
export declare function testTenantC2(): boolean;
export declare function testTenantFPT(): boolean;
export declare function testTenantFPS(): boolean;
export declare function testTenantDFW(): boolean;
export declare function testTenantXFW(): boolean;
export declare function testAlwaysTricky(emailNormal: string): boolean;
export declare const AmIOnDFW: boolean;
export declare function testTenants(): boolean[];
/**
 *
 * @param tests This should be array of longer strings
 * @param testArray This should be array of shorter strings to be found in longer strings
 */
export declare function testTricky(tests: string[], testArray?: string[]): boolean[];
export declare function ecrptMe(str: string, key1?: string, key2?: string): string;
export declare function dcrptMe(str: string): string;
//# sourceMappingURL=logfun.d.ts.map