| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/index.d.ts |
/*! MIT License © Sindre Sorhus */
import type { KyInstance } from './types/ky.js';
declare const ky: KyInstance;
export default ky;
export type { KyInstance } from './types/ky.js';
export type { Input, Options, NormalizedOptions, RetryOptions, SearchParamsOption, Progress, } from './types/options.js';
export type { Hooks, BeforeRequestHook, BeforeRetryHook, BeforeRetryState, BeforeErrorHook, AfterResponseHook, } from './types/hooks.js';
export type { ResponsePromise } from './types/ResponsePromise.js';
export type { KyRequest } from './types/request.js';
export type { KyResponse } from './types/response.js';
export { HTTPError } from './errors/HTTPError.js';
export { TimeoutError } from './errors/TimeoutError.js';