import type { IssueBillingKeyAndPayRequest } from './request/IssueBillingKeyAndPayRequest.js';
import type { IssueBillingKeyAndPayResponse } from './response/IssueBillingKeyAndPayResponse.js';
export declare function requestIssueBillingKeyAndPay(request: IssueBillingKeyAndPayRequest): Promise<IssueBillingKeyAndPayResponse>;
