import { RequestOptions } from '../../types/api-types.js'; import type { ChangelogParams, ChangelogResponse } from '../../types/changelog-types.js'; declare const _default: (basePath: string, apiKey: string, params: ChangelogParams, options?: RequestOptions) => Promise; export default _default; //# sourceMappingURL=index.d.ts.map