import { HostToolsType, Toaster } from '@m4l/core'; import { BaseDataForTesting } from './types'; export declare const moduleIdForTesting = "testing"; export declare const moduleNameForTesting = "label_for_module_name"; export declare const dictionaryDataForTesting: { data: { module_name: string; label1: string; }; comp1: { key1: string; }; }; export declare const queryPrivilegesForTesting: string[]; export declare const resultpPrivilegesForTesting: { data: { priv1: boolean; }; }; export declare const domainDataForTesting: { data: { name: string; company_logo_small_url: string; company_logo_normal_url: string; }; }; export declare const domainCountry1DataForTesting: { id: number; currency: string; currency_decimal_digits: number; decimal_symbol: string; thousands_symbol: string; }; export declare const domainCountry2DataForTesting: { id: number; currency: string; currency_decimal_digits: number; decimal_symbol: string; thousands_symbol: string; }; export declare const resultAxiosOperationForTesting: { data: { a: number; b: string; }; }; export declare const networkPropsForTesting: { method: string; endPoint: string; parms: {}; }; export declare const environmentDataForTesting: { isLocalhost: boolean; host: string; database: string; domain_token: string; domainToken: string; host_api_local: string; hostApiLocal: string; host_api_remote: string; hostApiRemote: string; hostRemote: string; hostApiIcons: string; host_static_assets: string; environment_assets: string; isIsolatation: boolean; isMicroFrontend: boolean; getModuleUrlIconAsset: () => string; }; export declare const baseDataForTesting: BaseDataForTesting; export declare const mock_toaster: Toaster; export declare const hostToolsDataForTesting: HostToolsType; //# sourceMappingURL=constants.d.ts.map