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