export declare class RampService {
    request: any;
    private rampGetKeys;
    rampGetQuote(req: any): Promise<any>;
    rampGetSellQuote(req: any): Promise<any>;
    rampGetSignedPaymentUrl(req: any): {
        urlWithSignature: string;
    };
    rampGetAssets(req: any): Promise<any>;
    rampGetSellTransactionDetails(req: any): Promise<any>;
}
//# sourceMappingURL=ramp.d.ts.map