import { PluginHookNames } from '../../constants/plugin';
export declare const isPluginHookName: (hookName: string) => hookName is PluginHookNames;
