export declare const isTrueValue: (value: unknown) => boolean;
type FcrCoreEngineParameters = {
    core?: Record<string, unknown>;
};
export declare const getCoreIpList: (parameters?: FcrCoreEngineParameters) => string[];
export declare const getEasemobChatIpList: (parameters?: FcrCoreEngineParameters) => string[];
export declare const getEasemobRestIpList: (parameters?: FcrCoreEngineParameters) => string[];
export declare const isEndpointRegionDisabled: (parameters?: FcrCoreEngineParameters) => boolean;
export {};
