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