import { StateMutability } from '../entities';

export declare const isStaticMethod: (
  state: StateMutability | string
) => boolean;
