MakeInterfaceGuardSloppy: ((interfaceName: string, methodGuards: any, options: {
    defaultGuards?: "passable" | "raw";
    sloppy?: true;
}) => InterfaceGuard<any>)