import { CriteriaObj } from "./criteria-obj.model"; import { IntegrationObj } from "./integration-obj.model"; export declare class InputSearchObj { _url: string; enviromentUrl: string; searchId: string; title: string; apiQryPaging: string; arrCritObj: any; addCritInput: Array; listEnvironments: Array; whereValue: Array; fromValue: Array; switchValue: Array; integrationObj: IntegrationObj; isJoinExAPI: boolean; dataInput: any; IsSubsection: boolean; dicts: Record; dictLookupObj: any; environment: any; constructor(); } export declare class EnviObj { name: string; environment: string; constructor(); } export declare class WhereValueObj { property: string; value: any; constructor(); } export declare class FromValueObj { property: string; value: any; constructor(); } export declare class SwitchValueObj { property: string; value: any; constructor(); } export declare class EnvisObj { environment: string; url: string; constructor(); } //# sourceMappingURL=input-search-obj.model.d.ts.map