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