import { WalletSyncEnvironment } from "@ledgerhq/types-live"; type EnvironmentParams = { cloudSyncApiBaseUrl: string; trustchainApiBaseUrl: string; }; export default function getEnvironmentParams(environment: WalletSyncEnvironment | undefined): EnvironmentParams; export {}; //# sourceMappingURL=getEnvironmentParams.d.ts.map