import type { CloudpackConfig, RemoteCacheConfig } from '@ms-cloudpack/common-types'; /** * Ensures that the remote cache is enabled in the config. * @param config - The cloudpack config. * @returns - The remote cache configuration. */ export declare function ensureRemoteCacheEnabled({ remoteCache }: CloudpackConfig): RemoteCacheConfig; //# sourceMappingURL=ensureRemoteCacheEnabled.d.ts.map