export declare class PayPro {
    static r: any;
    constructor();
    static _verify(requestUrl: any, headers: any, network: any, trustedKeys: any, callback: any): any;
    static runRequest(opts: any, cb: any): void;
    static get(opts: any, cb: any): void;
    static send(opts: any, cb: any): void;
}
//# sourceMappingURL=paypro.d.ts.map