/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import type { ServiceConfig, ServiceRegion } from './types/Services.types.js'; export declare const getAuthResource: () => { test: string; preprod: string; preview: string; prod: string; gccmoderate: string; gcchigh: string; dod: string; mooncake: string; ex: string; rx: string; }; export declare const getBapRPAuthResource: () => { test: string; preprod: string; preview: string; prod: string; gccmoderate: string; gcchigh: string; dod: string; mooncake: string; ex: string; rx: string; }; export declare function getPowerPlatformApiEnvironmentConfig(authResource?: { [key in ServiceRegion]: string; }): ServiceConfig; export declare function getPowerPlatformApiEnvironmentConfigFor(environmentName: string, authResource?: { [key in ServiceRegion]: string; }): ServiceConfig; //# sourceMappingURL=PowerPlatformApiUtils.d.ts.map