import { PaymasterOptions } from "../interfaces/Banana.interface";
export declare const getPaymasterAndData: (paymasterOption: PaymasterOptions, requestData: any) => Promise<any>;
