export declare function transformCreateResourceResponseData(data: any): any[]; export declare function transformUpdateResourceResponseData(data: any): any[]; export declare function transformDeleteResourceResponseData(data: any): any[]; export declare function readFile(filePath: string): any; export declare const FlexGatewayTlsVersionUtil: { isTlsV1Dot2InRange(minTlsVersion: string, maxTlsVersion: string): boolean; }; export declare class FlexGatewayCipherUtil { private static cipherTlsVersionMap; private static TlsV1Dot2DefaultCiphers; static getTlsVersionCipherCount(ciphers: string[], errorHandler?: any): number[]; static getTlsV1Dot2DefaultCiphers(): string[]; static validate(ciphers: string[], minTlsVersion: string, errorHandler: any): void; }