import { Settings } from '../types/index.js'; /** * Copy a file to target locale without translation * * This is a naive approach, does not allow for wild cards */ export default function copyFile(settings: Settings): Promise;