import type { Setup } from "../types/common";
declare const gitignoreTXT: ({ language }: Setup) => string;
export default gitignoreTXT;
