import type { Linter } from '../types.js'; export declare const copyFile: (fileName: string, content: string, destination: string, linter: Linter) => Promise;