import { UserOperationStruct } from '../contracts/account-abstraction/contracts/core/BaseAccount';
import { PaymasterResponse } from './VerifyingPaymasterAPI';
export declare class PaymasterAPI {
    getPaymasterAndData(userOp: Partial<UserOperationStruct>): Promise<PaymasterResponse | undefined>;
}
