import type { Module } from '@becomes/purple-cheetah/types'; import type { BCMSFactory as BCMSFactoryType } from './types'; export declare const BCMSFactory: BCMSFactoryType; export declare function createBcmsFactories(): Module;