import { type FactoryModule } from './module-types'; import { type BaseModuleState } from './types'; export declare function executeModuleFactory(module: FactoryModule, serverState: ServerState, runParams?: RunParams): Promise;