import { type Plugin } from '../../../plugins/types.js'; export declare const usePlugins: (args: Parameters[0]) => { pluginsProps: string[]; } | undefined;