import type { BCMSClient } from '@becomes/cms-client/types';
import type { BCMSNuxtPlugin } from '../types';
export declare function useBcmsNuxtPlugin(): BCMSNuxtPlugin;
export declare function createBcmsNuxtPlugin(client: BCMSClient, env: any): BCMSNuxtPlugin;