declare module "plugins" { const plugins: Record; export default plugins; } declare module "git-hash" { const hash: string; export default hash; }