// eslint-disable-next-line spaced-comment /// declare module "plugins" { const plugins: Record; export default plugins; } declare module "git-hash" { const hash: string; export default hash; }