import { BCMSConfig as BCMSConfigType } from './types'; export declare const BCMSConfig: BCMSConfigType; export declare function createBcmsConfig(config: BCMSConfigType): BCMSConfigType; export declare function loadBcmsConfig(): Promise;