import { ForgeConfig } from '@electron-forge/shared-types'; export declare const runHook: (forgeConfig: ForgeConfig, hookName: string, ...hookArgs: any[]) => Promise; export declare function runMutatingHook(forgeConfig: ForgeConfig, hookName: string, item: T): Promise;