import * as express from 'express';
export declare class CheckoutController {
    private readonly logger;
    serveCheckout(reference: string, amount: string, currency: string, orderId: string, email: string, res: express.Response): void;
    private esc;
}
