import { ActiveOrderService, RequestContext } from '@vendure/core';
import { NOWPaymentsService } from './nowpayments.service';
export declare class NOWPaymentsResolver {
    private nowPaymentsService;
    private activeOrderService;
    constructor(nowPaymentsService: NOWPaymentsService, activeOrderService: ActiveOrderService);
    createNowPaymentsPaymentIntent(ctx: RequestContext): Promise<string>;
}
//# sourceMappingURL=nowpayments.resolver.d.ts.map