export interface PaymasterProvider {
    readonly url: string;
}
export type PaymasterProviderLike = PaymasterProvider;
