export declare const registerContextEngine: (..._args: unknown[]) => void; export type ContextEngineFactory = (...args: unknown[]) => unknown;