import { ConfigurationHooks } from './types'; export declare type ApplyHookFunction = (hook: THook, action: (plugin: PluginSupportingHook) => Promise) => Promise; declare type PluginSupportingHook = Required>; export declare const applyHook: ApplyHookFunction; export {}; //# sourceMappingURL=configuration-hooks.d.ts.map