type Config = Record<string, string>;
export type SimpleGitHooksConfig = Config | (() => Config);
export {};
