import { IsBaseParams } from '../types'; /** * isBase * - Checks if the paymaster operations chain id is valid * - Only allows the Base and Base Sepolia chain ids */ export declare function isBase({ chainId, isMainnetOnly, }: IsBaseParams): boolean; //# sourceMappingURL=isBase.d.ts.map