import type { Plugins } from '../../types'; export declare function init(pluginsToRegister: unknown[]): Promise;