import { CommandType } from "../configuration"; export declare class HookService { private readonly pluginInterfaceService; private readonly configService; private readonly tsconfigService; private get config(); private get cacheDir(); execPrebuilds(command: CommandType): Promise; execPostbuilds(command: CommandType): Promise; private getScriptOptions; }