import { CallAppSettings, ErrorModel } from "./models"; export declare function isFalsy($false: any): any; export declare function mergeDeep(target: any, ...sources: any[]): any; export declare function validateCallAppSettings(appSettings: CallAppSettings): Promise; export declare function throwCommonException(errorCallback: (err: ErrorModel) => void, details: any): void;