/*! MIT License © Sindre Sorhus */ import type { ky as KyInterface } from './types/ky.js'; declare const ky: KyInterface; export default ky; export { HTTPError } from './errors/HTTPError.js'; export { TimeoutError } from './errors/TimeoutError.js';