import type { ManagedGitHook } from "../../services/HooksService";
import type { MigrationUpFunction } from "../../services/MigrationsService";
export declare const hooks: ManagedGitHook[];
export declare const up: MigrationUpFunction;
