import { PortOneOptions } from './client';
import { BillingKey, CashReceipt, IdentityVerification, KakaoPay, Payments, Promotions, Schedules } from './apis';
export declare class PortOne {
    billingKey: BillingKey;
    cashReceipt: CashReceipt;
    identityVerification: IdentityVerification;
    kakaoPay: KakaoPay;
    payments: Payments;
    promotions: Promotions;
    schedules: Schedules;
    constructor(options: PortOneOptions);
}
export * from './types';
