export declare const GITIGNORE_FILE = "# Dependencies\nnode_modules/\n\n# OS and IDE\n.DS_Store\n*.log\n.idea/\n.vscode/\n\n# Env\n.env\n.env.*\n!.env.example\n";