import type { IssueBillingKeyRequest } from './request/IssueBillingKeyRequest.js'; import type { IssueBillingKeyResponse } from './response/IssueBillingKeyResponse.js'; export declare function requestIssueBillingKey(request: IssueBillingKeyRequest): Promise;