import { ThirdPartyServicesState } from "../State"; import { ThirdPartyLayersActions } from "../actions/ThirdPartyLayersActions"; export declare const thirdPartyServicesInitialState: ThirdPartyServicesState; export default function (state: ThirdPartyServicesState | undefined, action: ThirdPartyLayersActions): ThirdPartyServicesState;