import type { BCMSShimService as BCMSShimServiceType } from '../types'; export declare const BCMSShimService: BCMSShimServiceType; export declare function createBcmsShimService(): Promise;