MakeInterfaceGuardGeneral: (<M>(interfaceName: string, methodGuards: M, options?: {
    defaultGuards?: DefaultGuardType;
    sloppy?: boolean;
}) => InterfaceGuard<M>)