import type { AppConfig } from '@ms-cloudpack/common-types'; /** * Processes the Relay configuration for the given app. * If Relay config is present, enable it as a capability for all packages. */ export declare function processRelayConfig(params: { appConfig: AppConfig; configPath: string; }): void; //# sourceMappingURL=processRelayConfig.d.ts.map