export default copyMswWorker; /** * * @param {string} publicDir */ declare function copyMswWorker(publicDir: string): Promise;