import type { BCMSEvent } from '../types'; export declare function createBcmsEvent(fn: () => Promise): () => Promise;