importtype { Plugin } from'../plugin';
importtype { ResolvedConfig } from'../config';
/**
* some values used by the client needs to be dynamically injected by the server
* @server-only
*/exportdeclarefunctionclientInjectionsPlugin(config: ResolvedConfig): Plugin;