declare function hooksCommand(dir: any, { force, ...options }?: {
    force: any;
}): Promise<void>;

export { hooksCommand };
