import { RemoteConfigResult } from "@slanglabs/slang-assistant-base"; import { SmartSearchType } from "../utils/constants"; export declare class RetailRemoteConfigResult extends RemoteConfigResult { constructor(response: { config: any; status: any; }); getForcedSmartSearchSubdomains: () => string[]; getSmartSearchType: () => SmartSearchType; }