import * as altt from '../types'; export declare function runHook(name: string, hook: string, dir: string): Promise<{}>; export declare function hookTask(hooks: altt.Hooks, name: keyof altt.Hooks, dir: string): altt.Task;