import { BaseAPIRequestFactory } from './baseapi.js'; import { Configuration } from '../configuration.js'; import { RequestContext, ResponseContext, HttpInfo } from '../http/http.js'; export declare class EncryptionManagerForAdminApiRequestFactory extends BaseAPIRequestFactory { encryptText(text: string, _options?: Configuration): Promise; } export declare class EncryptionManagerForAdminApiResponseProcessor { encryptTextWithHttpInfo(response: ResponseContext): Promise>; }